mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-10 03:03:43 +08:00
优化打包脚本,新增 arm64 架构打包脚本
This commit is contained in:
11
build/dockerfile-web-arm64
Normal file
11
build/dockerfile-web-arm64
Normal file
@@ -0,0 +1,11 @@
|
||||
# 前端 Vue 项目构建
|
||||
FROM registry.cn-hangzhou.aliyuncs.com/geekmaster/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
|
||||
Reference in New Issue
Block a user