diff --git a/Dockerfile b/Dockerfile index 1fed6d34..b7d96292 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,7 +66,6 @@ FROM ${BASE_IMAGE} AS data WORKDIR /newserv COPY system/ ./system -COPY static/ ./static RUN cp -f system/config.example.json system/config.json && \ sed -i 's/"ExternalAddress": "[^"]*"/"ExternalAddress": "0.0.0.0"/' system/config.json