mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/cqpserver.git
synced 2025-07-04 03:33:18 +00:00
Add default init file to image
This commit is contained in:
@ -35,8 +35,9 @@ RUN echo "yes" | cpan HTML::Entities && \
|
||||
cd ..
|
||||
|
||||
|
||||
COPY foo.sh docker-entrypoint.sh /usr/local/bin/
|
||||
COPY cqpserver.init /root/
|
||||
COPY foo.sh /usr/local/bin/
|
||||
|
||||
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
#CMD ["-h"]
|
||||
ENTRYPOINT ["cqpserver"]
|
||||
CMD ["-I", "/root/cqpserver.init"]
|
||||
|
Reference in New Issue
Block a user