diff options
Diffstat (limited to 'web/Dockerfile')
| -rw-r--r-- | web/Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/Dockerfile b/web/Dockerfile new file mode 100644 index 0000000..d728eb4 --- /dev/null +++ b/web/Dockerfile @@ -0,0 +1,3 @@ +FROM nginx:alpine +COPY . /usr/share/nginx/html +RUN chmod 555 -R /usr/share/nginx/html |
