This website requires JavaScript.
Explore
Help
Sign In
actions
/
vue2docker
Watch
1
Star
0
Fork
0
You've already forked vue2docker
Code
Pull Requests
Actions
Packages
Activity
Files
main
Add File
New File
Apply Patch
vue2docker
/
vue.Dockerfile
4 lines
97 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
fix ci
2026-04-28 19:48:40 +08:00
FROM
nginx:alpine
COPY
dist /usr/share/nginx/html
fix ci
2026-04-28 19:56:52 +08:00
COPY
nginx.conf /etc/nginx/conf.d/default.conf
Copy Permalink