Skip to content

Commit

Permalink
Change app executable dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nev7n committed Mar 10, 2020
1 parent d847f7c commit 11f8bf9
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 @@ -19,6 +19,6 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -o wait
# Create a minimal docker container and copy the app into it
FROM alpine:latest
RUN apk --no-cache add ca-certificates
WORKDIR /root/
WORKDIR /app
COPY --from=builder /app/wait_for_response .
CMD ["./wait_for_response"]

0 comments on commit 11f8bf9

Please sign in to comment.