mirror of
https://github.com/wanglin2/mind-map
synced 2025-04-29 15:57:33 +08:00
Fix:修复Dockerfile错误
This commit is contained in:
parent
d9300395ff
commit
aeda3924a0
@ -1,4 +1,5 @@
|
||||
FROM nginx
|
||||
RUN mkdir /app
|
||||
COPY ./dist ./index.html /app/
|
||||
COPY ./index.html /app/
|
||||
COPY ./dist /app/dist/
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
Loading…
x
Reference in New Issue
Block a user