diff --git a/Dockerfile b/Dockerfile index 864f02b..fe02956 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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