mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-09 10:43:44 +08:00
docs: 增加 docker-compose 部署支持
This commit is contained in:
9
docker/dockerfile-vue
Normal file
9
docker/dockerfile-vue
Normal file
@@ -0,0 +1,9 @@
|
||||
# 前端 Vue 项目构建
|
||||
FROM nginx:1.20.2
|
||||
|
||||
MAINTAINER yangjian<yangjian102621@163.com>
|
||||
|
||||
WORKDIR /var/www/app
|
||||
COPY ./web/dist /var/www/app/dist
|
||||
|
||||
EXPOSE 80 443 8080
|
||||
Reference in New Issue
Block a user