2 changed files with 6 additions and 0 deletions
@ -0,0 +1,3 @@
|
||||
FROM nginx:alpine |
||||
EXPOSE 80 |
||||
COPY _site/ /usr/share/nginx/html |
Loading…
Reference in new issue
@ -0,0 +1,3 @@
|
||||
FROM nginx:alpine |
||||
EXPOSE 80 |
||||
COPY _site/ /usr/share/nginx/html |