Going back to non-alpine nginx
This commit is contained in:
parent
f6fac1d0fa
commit
273f8c67e0
|
@ -14,7 +14,7 @@ RUN npm install && \
|
|||
npm run build:$build_config
|
||||
|
||||
### STAGE 2: Run ###
|
||||
FROM nginx:alpine
|
||||
FROM nginx
|
||||
COPY --from=builder /crc-bpmn/dist/* /usr/share/nginx/html/
|
||||
COPY --from=builder /crc-bpmn/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
|
|
Loading…
Reference in New Issue