Skip to content

Commit

Permalink
fix: path inside Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevMinerTV committed Feb 18, 2023
1 parent 0b0439c commit e84b8ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ WORKDIR /root/

RUN apk --no-cache add ca-certificates

COPY --from=builder /app/main .
COPY --from=builder /app/main /bin/postgres-s3-backup

CMD ["./main"]
CMD ["/bin/postgres-s3-backup"]

0 comments on commit e84b8ce

Please sign in to comment.