diff --git a/Dockerfile b/Dockerfile index 87980b2..fea9a95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN BUILD_NUMBER=${BUILD_NUMBER} GIT_REF=${GIT_REF} ./scripts/record-build-info RUN npm prune --no-audit --production -# Stage: copy production assets & dependencies +# Stage: copy prod assets & dependencies FROM base RUN apt-get autoremove -y && \