Make production build

This commit is contained in:
Tobias Eidelpes 2021-06-18 15:56:15 +02:00
parent 6c0cafc852
commit 5ce4b58729

View File

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