first commit
This commit is contained in:
8
nginx/Dockerfile
Normal file
8
nginx/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
# Fetching the base image
|
||||
FROM nginx:1.25.3-alpine
|
||||
|
||||
# Copying configuration file
|
||||
COPY ./default.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
# Exposing port
|
||||
EXPOSE 8001
|
Reference in New Issue
Block a user