2024-08-14 15:17:51 +08:00

5 lines
127 B
Docker

FROM nginx:1.21.1-alpine
COPY default.conf /etc/nginx/conf.d/
COPY ./dist /usr/share/nginx/html/ebpm-process-modeler
EXPOSE 80