mirror of
https://gitee.com/blackfox/geekai.git
synced 2024-12-02 04:07:41 +08:00
12 lines
179 B
Plaintext
12 lines
179 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
|