remove static folder copy (unneeded)
This commit is contained in:
committed by
Martin Michelsen
parent
b760bf5066
commit
4a40dfd361
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user