Going back to non-alpine nginx

This commit is contained in:
Aaron Louie 2020-05-18 23:00:35 -04:00
parent f6fac1d0fa
commit 273f8c67e0
1 changed files with 1 additions and 1 deletions

View File

@ -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