diff --git a/contrib/docker/Dockerfile b/contrib/docker/Dockerfile index 2634557..ffc7fa8 100644 --- a/contrib/docker/Dockerfile +++ b/contrib/docker/Dockerfile @@ -10,6 +10,7 @@ RUN apt-get update && \ RUN git clone https://github.com/Arceliar/yggdrasil-map.git yggdrasil-map 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