Skip to content

Commit

Permalink
ci(docker): dockerfile modify
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Li committed Jul 22, 2024
1 parent 1471874 commit 825d4c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ FROM nginx:alpine
COPY --from=builder /app/dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit 825d4c7

Please sign in to comment.