mirror of https://github.com/Nardo86/zm-docker.git
This commit is contained in:
parent
d8362c81ee
commit
f98b59c46e
|
@ -0,0 +1,2 @@
|
||||||
|
build_run.sh
|
||||||
|
publish.sh
|
|
@ -37,6 +37,7 @@ RUN a2enmod ssl \
|
||||||
RUN mkdir /config
|
RUN mkdir /config
|
||||||
|
|
||||||
COPY entrypoint.sh /
|
COPY entrypoint.sh /
|
||||||
|
run chmod +x /entrypoint.sh
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|
||||||
VOLUME /config
|
VOLUME /config
|
||||||
|
|
Loading…
Reference in New Issue