scofield 3 anni fa
parent
commit
d468863c28
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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