gealogiuya
This commit is contained in:
7
deployments/compose/nginx/Dockerfile
Normal file
7
deployments/compose/nginx/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM nginx:1.21-alpine
|
||||
|
||||
# Remove the default NGINX configuration file
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
|
||||
# Copy your custom NGINX configuration file
|
||||
COPY ./deployments/compose/nginx/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
Reference in New Issue
Block a user