mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/cqpserver.git
synced 2025-07-04 03:33:18 +00:00
Remove foo script and its functionality in an entrypoint script.
This commit is contained in:
@ -36,8 +36,7 @@ RUN echo "yes" | cpan HTML::Entities && \
|
||||
|
||||
|
||||
COPY cqpserver.init /root/
|
||||
COPY foo.sh /usr/local/bin/
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
|
||||
|
||||
ENTRYPOINT ["cqpserver"]
|
||||
CMD ["-I", "/root/cqpserver.init"]
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user