mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-17 14:04:47 +08:00
4 lines
94 B
Docker
4 lines
94 B
Docker
FROM nginx
|
|
RUN mkdir /app
|
|
COPY ./dist ./index.html /app/
|
|
COPY nginx.conf /etc/nginx/nginx.conf |