add nginx

This commit is contained in:
2021-06-08 16:50:52 +09:00
parent 4e9aacfab8
commit 8b0111450b
11 changed files with 149 additions and 11 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM nginx:stable-alpine
COPY nginx.conf /etc/nginx/nginx.conf
COPY public /var/www/html/