mirror of
https://gitee.com/blackfox/geekai.git
synced 2024-12-03 12:48:31 +08:00
11 lines
176 B
Plaintext
11 lines
176 B
Plaintext
# 前端 Vue 项目构建
|
|
FROM nginx:1.20
|
|
|
|
MAINTAINER yangjian<yangjian102621@163.com>
|
|
|
|
WORKDIR /var/www/app
|
|
COPY ./web/dist /var/www/app/dist
|
|
|
|
EXPOSE 80
|
|
EXPOSE 443
|
|
EXPOSE 8080 |