Просмотр исходного кода

change: added chmod for supervisord

Peter Oostenbach 10 лет назад
Родитель
Сommit
ec70943284
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      battlecamp-go-gameserver/Dockerfile-go-server

+ 1 - 0
battlecamp-go-gameserver/Dockerfile-go-server

@@ -14,6 +14,7 @@ RUN mkdir -p /var/log/supervisor
 # install supervisord.conf
 COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
 RUN ["chmod", "755", "/etc/supervisor/conf.d/supervisord.conf"]
+RUN ["chmod", "755", "/usr/bin/supervisord"]
 
 # Run the battlecamp-go-gameserver command by default when the container starts.
 # ENTRYPOINT ["/go/bin/battlecamp-go-gameserver"]