Files
mind-map/Dockerfile
2024-04-11 09:39:42 +08:00

4 lines
94 B
Docker

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