diff options
author | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2019-04-03 00:21:20 +0200 |
---|---|---|
committer | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2019-04-03 00:21:20 +0200 |
commit | 644c4b1065e023b1e98d1878482cc22daea834d9 (patch) | |
tree | 3965c97ea5013c20175254b73abe21d4ad5fb7ef /composer/nginx/Dockerfile | |
parent | Smaller font (diff) |
More apps
Diffstat (limited to 'composer/nginx/Dockerfile')
-rw-r--r-- | composer/nginx/Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/composer/nginx/Dockerfile b/composer/nginx/Dockerfile new file mode 100644 index 0000000..fcca1df --- /dev/null +++ b/composer/nginx/Dockerfile @@ -0,0 +1,4 @@ +FROM nginx:1.15.8-alpine +COPY static-html /usr/share/nginx/html +COPY conf.d /etc/nginx/conf.d +COPY nginx.conf /etc/nginx/nginx.conf |