Skip to content

Commit

Permalink
chore: rename binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Nsttt committed Apr 14, 2024
1 parent d18c651 commit 4ac531c
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 postgresql-client mysql-client

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

CMD ["/bin/postgres-s3-backup"]
CMD ["/bin/database-s3-backup"]

0 comments on commit 4ac531c

Please sign in to comment.