diff --git a/stack_orchestrator/data/container-build/cerc-webapp-base/Dockerfile.webapp b/stack_orchestrator/data/container-build/cerc-webapp-base/Dockerfile.webapp index 118fba5f..9eaf46e1 100644 --- a/stack_orchestrator/data/container-build/cerc-webapp-base/Dockerfile.webapp +++ b/stack_orchestrator/data/container-build/cerc-webapp-base/Dockerfile.webapp @@ -5,7 +5,7 @@ ARG CERC_BUILD_OUTPUT_DIR WORKDIR /app COPY . . -RUN rm -rf node_modules build .next* +RUN rm -rf node_modules build dist .next* RUN /scripts/build-app.sh /app /data FROM cerc/webapp-base:local