add dockerfile and config
This commit is contained in:
5
docker/Dockerfile
Normal file
5
docker/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM bitnami/nginx:latest
|
||||
|
||||
# Copy config
|
||||
COPY ./docker/nginx.conf /opt/bitnami/nginx/conf/server_blocks/nginx.conf
|
||||
|
||||
Reference in New Issue
Block a user