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

+ 2 - 2
battlecamp-go-gameserver/Dockerfile-go-server

@@ -11,8 +11,8 @@ RUN ["chmod", "755", "/go/bin/battlecamp-go-server"]
 RUN apt-get update && apt-get install -y supervisor
 RUN mkdir -p /var/log/supervisor
 
-# install our supervisord.conf
-COPY src/battlecamp-go-server/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
+# install supervisord.conf
+COPY src/battlecamp-go/battlecamp-go-server/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
 RUN ["chmod", "755", "/etc/supervisor/conf.d/supervisord.conf"]
 
 # Run the battlecamp-go-server command by default when the container starts.