Exposes port 80

This commit is contained in:
Aaron Louie 2020-01-28 16:43:38 -05:00
parent 0ebea2b4c7
commit 35ec329f9e
1 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,6 @@ RUN npm run build:staging
### STAGE 2: Run ### ### STAGE 2: Run ###
FROM nginx:1.17.1-alpine FROM nginx:1.17.1-alpine
COPY --from=build /crc-bpmn/dist/cr-connect-bpmn /usr/share/nginx/html COPY --from=build /crc-bpmn/dist/cr-connect-bpmn /usr/share/nginx/html
# expose ports
EXPOSE 80