I found the '--network host' option in Docker, so now we don't have to launch the...
[citadel-docker.git] / Dockerfile
index 96547e0b086c3be3a05ba8f92b4190eab3e2df1f..0f81cbbd107c7551c222156ac2b0b5fa44844020 100644 (file)
@@ -23,4 +23,4 @@ RUN sh -c 'cd /tmp/ctdl_build && cc ctdlvisor.c -o /usr/local/bin/ctdlvisor'
 EXPOSE 25 80 110 119 143 443 465 504 563 587 993 995 2020 5222
 
 # Let's go!
-ENTRYPOINT /usr/local/bin/ctdlvisor
+ENTRYPOINT ["/usr/local/bin/ctdlvisor"]