Skip to content

Commit

Permalink
Fix:修复Dockerfile错误
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglin2 committed Apr 12, 2024
1 parent d930039 commit aeda392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit aeda392

Please sign in to comment.