新增Dockerfile-dev
This commit is contained in:
parent
658286eed3
commit
53e02bc768
6
Dockerfile-dev
Normal file
6
Dockerfile-dev
Normal file
@ -0,0 +1,6 @@
|
||||
FROM registry.cn-hangzhou.aliyuncs.com/public_mirror_images/nginx:1.26.2
|
||||
COPY dist/ /usr/share/nginx/html/
|
||||
COPY nginx/nginx.conf /etc/nginx/nginx.conf
|
||||
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
|
||||
EXPOSE 80
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user