瀏覽代碼

change: path corrected

Peter Oostenbach 10 年之前
父節點
當前提交
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.