diff options
Diffstat (limited to 'Dockerfile-proxy')
-rw-r--r-- | Dockerfile-proxy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile-proxy b/Dockerfile-proxy new file mode 100644 index 00000000..b846f218 --- /dev/null +++ b/Dockerfile-proxy @@ -0,0 +1,2 @@ +FROM nginx:alpine +COPY nginx.conf /etc/nginx/nginx.conf |