This commit is contained in:
Stephan Porada 2019-11-07 12:12:51 +01:00
parent 9dda8270d2
commit aa954d70f4

View File

@ -35,7 +35,7 @@ RUN echo "yes" | cpan HTML::Entities && \
cd .. cd ..
COPY foo.sh /usr/local/bin/ COPY foo.sh docker-entrypoint.sh /usr/local/bin/
ENTRYPOINT ["docker-entrypoint.sh"] ENTRYPOINT ["docker-entrypoint.sh"]