diff options
Diffstat (limited to '')
-rw-r--r-- | compose/production/nginx/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compose/production/nginx/Dockerfile b/compose/production/nginx/Dockerfile new file mode 100644 index 0000000..ec2ad35 --- /dev/null +++ b/compose/production/nginx/Dockerfile @@ -0,0 +1,2 @@ +FROM docker.io/nginx:1.17.8-alpine +COPY ./compose/production/nginx/default.conf /etc/nginx/conf.d/default.conf |