Skip to content

Commit

Permalink
add entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
robdefeo committed Feb 19, 2020
1 parent 8d15722 commit b5a1a2d
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 @@ -33,3 +33,4 @@ RUN apt-get update && \

ENTRYPOINT ["/entrypoint.sh"]
CMD ["-h"]
COPY scripts/entrypoint.sh /entrypoint.sh

0 comments on commit b5a1a2d

Please sign in to comment.