mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-11 09:35:52 +00:00
Exposes port 80
This commit is contained in:
parent
0ebea2b4c7
commit
35ec329f9e
@ -10,3 +10,6 @@ RUN npm run build:staging
|
||||
### STAGE 2: Run ###
|
||||
FROM nginx:1.17.1-alpine
|
||||
COPY --from=build /crc-bpmn/dist/cr-connect-bpmn /usr/share/nginx/html
|
||||
|
||||
# expose ports
|
||||
EXPOSE 80
|
||||
|
Loading…
x
Reference in New Issue
Block a user