open/Dockerfile
2025-01-18 07:42:51 +00:00

5 lines
110 B
Docker

FROM nginx
RUN mkdir /app
COPY ./index.html /app/
COPY ./dist /app/dist/
COPY nginx.conf /etc/nginx/nginx.conf