Skip to content

Commit

Permalink
Set correct WORKDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
janschill committed Jul 25, 2024
1 parent e1edb85 commit 7c78863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN go build -o trackme ./cmd/server

FROM alpine:latest

WORKDIR /root/
WORKDIR /app/

# Copy the binary from the builder stage
COPY --from=builder /app/trackme .
Expand Down

0 comments on commit 7c78863

Please sign in to comment.