diff --git a/contrib/docker/Dockerfile b/contrib/docker/Dockerfile index 9e18e47..2634557 100644 --- a/contrib/docker/Dockerfile +++ b/contrib/docker/Dockerfile @@ -9,9 +9,7 @@ RUN apt-get update && \ RUN git clone https://github.com/Arceliar/yggdrasil-map.git yggdrasil-map -RUN cd yggdrasil-map/web && \ - cp web_config.example.cfg web_config.cfg - +COPY web_config.cfg /src/yggdrasil-map/web/web_config.cfg COPY entrypoint.sh /usr/bin/entrypoint.sh RUN chmod 0555 /usr/bin/entrypoint.sh