Run Dockerfile with non-production environment
This commit is contained in:
parent
f5a8ec82e6
commit
6c0cafc852
@ -6,7 +6,7 @@ WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm ci && npm run build -- --configuration=production
|
||||
RUN npm ci && npm run build
|
||||
|
||||
# Stage 2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user