Skip to content

Commit

Permalink
Fix execution of entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Apr 1, 2020
1 parent 20a57cf commit f4309e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ COPY backup.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/backup.sh

COPY docker-entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
ENTRYPOINT ["docker-entrypoint.sh"]

0 comments on commit f4309e1

Please sign in to comment.