Fix:修复Dockerfile错误

This commit is contained in:
街角小林 2024-04-12 17:36:54 +08:00
parent d9300395ff
commit aeda3924a0

View File

@ -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