Run Dockerfile with non-production environment

This commit is contained in:
Tobias Eidelpes 2021-06-18 15:38:51 +02:00
parent f5a8ec82e6
commit 6c0cafc852

View File

@ -6,7 +6,7 @@ WORKDIR /app
COPY . . COPY . .
RUN npm ci && npm run build -- --configuration=production RUN npm ci && npm run build
# Stage 2 # Stage 2