diff --git a/Dockerfile b/Dockerfile index d5b2033cf2..bb7ddce2a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,6 @@ RUN npm ci COPY src/ src/ COPY test/ test/ -COPY web/ web/ RUN npm run compile RUN npm prune --production