diff --git a/Dockerfile b/Dockerfile index 63c1b9d16a..b87faa59bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,6 @@ RUN npm install --unsafe-perm COPY ./node ./node COPY ./static/js ./static/js -COPY /etc /etc RUN npm run setup RUN npm run build-prod