Add nginx Dockerfile and nginx.conf
This commit is contained in:
parent
518c0d060a
commit
88cff0f35c
2 changed files with 21 additions and 14 deletions
|
|
@ -2,7 +2,7 @@
|
|||
FROM nginx:latest
|
||||
|
||||
# Copy custom configuration file to Nginx configuration directory
|
||||
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
# Expose port
|
||||
EXPOSE 80
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue