tmerclub-multishop/Dockerfile
2025-03-20 13:37:24 +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