Add default init file to image

This commit is contained in:
Patrick Jentsch
2019-11-08 13:25:10 +01:00
parent aa954d70f4
commit 44aee8caf4
4 changed files with 12680 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Files # Files
cqpserver.init # cqpserver.init
# Directories # Directories
data data
+4 -3
View File
@@ -35,8 +35,9 @@ RUN echo "yes" | cpan HTML::Entities && \
cd .. cd ..
COPY foo.sh docker-entrypoint.sh /usr/local/bin/ COPY cqpserver.init /root/
COPY foo.sh /usr/local/bin/
ENTRYPOINT ["docker-entrypoint.sh"] ENTRYPOINT ["cqpserver"]
#CMD ["-h"] CMD ["-I", "/root/cqpserver.init"]
+3
View File
@@ -0,0 +1,3 @@
host *;
user opaque "opaque";
+12672
View File
File diff suppressed because it is too large Load Diff