From ad0eab880c4a893f174141050d4d53e9f5f35868 Mon Sep 17 00:00:00 2001 From: Alex Shnitman Date: Thu, 23 Jun 2022 23:30:09 +0300 Subject: angular 13 and bootstrap 5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index c959dff..3d8ca2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM node:lts-alpine as builder WORKDIR /metube COPY ui ./ RUN npm ci && \ - node_modules/.bin/ng build --prod + node_modules/.bin/ng build --configuration production FROM python:3.8-alpine -- cgit