Skip to content

Commit

Permalink
Fix Dockerfile to copy from root of repo (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanElawady authored Feb 12, 2024
1 parent da0a7c4 commit c2a6ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/relay-cache-warmer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.21-alpine as builder

WORKDIR /app

COPY . .
COPY tools/relay-cache-warmer .

RUN go build -o bin/cache-warmer .

Expand Down

0 comments on commit c2a6ebb

Please sign in to comment.