---初始化后台管理web页面项目
This commit is contained in:
13
docker/Dockerfile
Normal file
13
docker/Dockerfile
Normal file
@ -0,0 +1,13 @@
|
||||
FROM --platform=linux/arm64 docker.xuanyuan.run/library/nginx:1.29.0
|
||||
|
||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ./50x.html /usr/share/nginx/html/50x.html
|
||||
COPY ./dist/ /usr/share/nginx/html/
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["nginx","-g","daemon off;"]
|
||||
|
||||
# docker build -t pcitc/itc-web:1.0.0 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user