Explorar o código

change: path of supervisord.conf

Peter Oostenbach %!s(int64=10) %!d(string=hai) anos
pai
achega
adea725c97
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      battlecamp-go-gameserver/Dockerfile-go-server

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

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