Make production build
This commit is contained in:
parent
6c0cafc852
commit
5ce4b58729
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user