mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-17 14:04:47 +08:00
Fix:修复Dockerfile错误
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
FROM nginx
|
FROM nginx
|
||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
COPY ./dist ./index.html /app/
|
COPY ./index.html /app/
|
||||||
|
COPY ./dist /app/dist/
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
Reference in New Issue
Block a user