Trying nginx:alpine

This commit is contained in:
Aaron Louie 2020-05-18 22:36:13 -04:00
parent 4f83e3591c
commit f6fac1d0fa
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ RUN npm install && \
npm run build:$build_config npm run build:$build_config
### STAGE 2: Run ### ### STAGE 2: Run ###
FROM nginx FROM nginx:alpine
COPY --from=builder /crc-bpmn/dist/* /usr/share/nginx/html/ COPY --from=builder /crc-bpmn/dist/* /usr/share/nginx/html/
COPY --from=builder /crc-bpmn/nginx.conf /etc/nginx/conf.d/default.conf COPY --from=builder /crc-bpmn/nginx.conf /etc/nginx/conf.d/default.conf