changed to prod
This commit is contained in:
@@ -13,7 +13,7 @@ RUN npm install
|
|||||||
FROM npm-installed AS builder
|
FROM npm-installed AS builder
|
||||||
|
|
||||||
ADD . .
|
ADD . .
|
||||||
RUN npm run build
|
RUN npm run build --production
|
||||||
|
|
||||||
|
|
||||||
FROM nginx:stable-alpine3.17-slim
|
FROM nginx:stable-alpine3.17-slim
|
||||||
|
|||||||
Reference in New Issue
Block a user