Skip to content

Commit

Permalink
add entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
skord committed Feb 1, 2023
1 parent 3186f52 commit aeb910c
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 @@ -10,5 +10,5 @@ RUN apk add --no-cache curl \
ADD . /postgres-gcs-backup
WORKDIR /postgres-gcs-backup
RUN chmod +x /postgres-gcs-backup/backup.sh
# ENTRYPOINT ["/postgres-gcs-backup/backup.sh"]
ENTRYPOINT ["/postgres-gcs-backup/backup.sh"]

0 comments on commit aeb910c

Please sign in to comment.