docker update
This commit is contained in:
@ -13,7 +13,7 @@ RUN npm ci --legacy-peer-deps
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Build for production
|
# Build for production
|
||||||
RUN npm run build -- --configuration production
|
RUN npm run build -- --configuration production --progress=true
|
||||||
|
|
||||||
# Stage 2: Serve with Nginx
|
# Stage 2: Serve with Nginx
|
||||||
FROM nginx:alpine AS production
|
FROM nginx:alpine AS production
|
||||||
|
|||||||
Reference in New Issue
Block a user