Ver Fonte

[CI SKIP]

robert há 4 anos atrás
pai
commit
eb55804ea0
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -7,4 +7,5 @@ RUN export RELEASE=`head -n 1 /etc/release` \
 
 
 #start resin
-ENTRYPOINT ["entrypoint.sh"]
+ENTRYPOINT ["entrypoint.sh"]
+CMD ["/usr/bin/supervisord","-c", "/etc/supervisord.conf"]