|
|
@@ -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.
|