mirror of
https://github.com/Cian-H/am-d-model-data-repository.git
synced 2025-12-23 22:21:58 +00:00
First commit
This commit is contained in:
5
docker/nginx/Dockerfile
Normal file
5
docker/nginx/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM nginx
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
COPY conf.d/* /etc/nginx/conf.d/
|
||||
COPY test.key /etc/ssl/private/test.key
|
||||
COPY test.crt /etc/ssl/certs/test.crt
|
||||
Reference in New Issue
Block a user