tmerclub-platform/Dockerfile
2025-03-20 13:43:23 +08:00

3 lines
90 B
Docker

FROM nginx:1.20
COPY ./dist /usr/share/nginx/html/dist
COPY ./nginx.conf /etc/nginx/conf.d