add dev
This commit is contained in:
parent
13e05f0f71
commit
1c83686a29
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