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