Add cqpser.init in docker entrypoint

This commit is contained in:
Stephan Porada
2019-11-07 11:21:17 +01:00
parent 3411c66fb6
commit 36762efec4
3 changed files with 8 additions and 2 deletions

View File

@ -38,5 +38,5 @@ RUN echo "yes" | cpan HTML::Entities && \
COPY foo.sh /usr/local/bin/
ENTRYPOINT ["cqpserver"]
ENTRYPOINT ["docker-entrypoint.sh"]
#CMD ["-h"]