remove static folder copy (unneeded)

This commit is contained in:
David Girón
2024-08-24 14:00:58 +02:00
committed by Martin Michelsen
parent b760bf5066
commit 4a40dfd361
-1
View File
@@ -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