Exposes port 80
This commit is contained in:
parent
0ebea2b4c7
commit
35ec329f9e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue