Files
mokeegateway/mokee-gateway-web/Dockerfile
2026-07-15 23:32:41 +08:00

3 lines
86 B
Docker

FROM harbor.zgitm.com/library/nginx:alpine
COPY dist/ /usr/share/nginx/html/
EXPOSE 80