final1
This commit is contained in:
6
Nginx.Dockerfile
Normal file
6
Nginx.Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM nginx:alpine
|
||||
ARG KEY_PASSWORD=default
|
||||
|
||||
COPY ./Nginx/nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ./Nginx/localhost.crt /etc/ssl/certs/localhost.crt
|
||||
COPY ./Nginx/localhost.key /etc/ssl/private/localhost.key
|
||||
Reference in New Issue
Block a user