Basic stuff for new laravel container
This commit is contained in:
8
docker/Dockerfile.nginx
Normal file
8
docker/Dockerfile.nginx
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM nginx:latest
|
||||
|
||||
WORKDIR /etc/nginx
|
||||
|
||||
COPY /docker/nginx/default.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
EXPOSE 80 443
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user