5 lines
155 B
Docker
5 lines
155 B
Docker
FROM cr.registry.res.zgs.yun/dzy/nginx:1.21.5-alpine
|
|
COPY default.conf /etc/nginx/conf.d/
|
|
COPY ./dist /usr/share/nginx/html/ebpm-process-modeler
|
|
EXPOSE 80
|