dev env
This commit is contained in:
5
.build/dev/nginx.Dockerfile
Normal file
5
.build/dev/nginx.Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM nginx
|
||||
|
||||
COPY .build/dev/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
WORKDIR /etc/nginx
|
||||
Reference in New Issue
Block a user