open/Dockerfile

5 lines
110 B
Docker
Raw Permalink Normal View History

2025-01-18 15:42:51 +08:00
FROM nginx
RUN mkdir /app
COPY ./index.html /app/
COPY ./dist /app/dist/
COPY nginx.conf /etc/nginx/nginx.conf