Files
vue2docker/vue.Dockerfile

4 lines
97 B
Docker
Raw Normal View History

2026-04-28 19:48:40 +08:00
FROM nginx:alpine
COPY dist /usr/share/nginx/html
2026-04-28 19:56:52 +08:00
COPY nginx.conf /etc/nginx/conf.d/default.conf