the middle of the idiots
This commit is contained in:
9
qwen/php/docker/nginx/Dockerfile
Normal file
9
qwen/php/docker/nginx/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
# docker/nginx/Dockerfile
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
COPY default.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user