fix: 初始化
This commit is contained in:
9
packages/icpx-organization/Dockerfile
Normal file
9
packages/icpx-organization/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
#### 1.拉取自定义镜像名称
|
||||
FROM 10.0.88.243/icpx/base_frontend:0.0.9
|
||||
|
||||
# 2.将打包后的代码复制到运行位置
|
||||
COPY ./dist /var/www
|
||||
|
||||
# 3.启动nginx
|
||||
ENTRYPOINT ["nginx","-g","daemon off;"]
|
||||
|
Reference in New Issue
Block a user