This commit is contained in:
nannal
2020-05-02 21:09:22 +03:00
parent 2129889248
commit 457182504f
11 changed files with 570 additions and 127 deletions

View File

@@ -0,0 +1,7 @@
FROM nginx
ADD ./ /usr/share/nginx/html
LABEL traefik.port="80"
EXPOSE 80
CMD ["nginx", "-g", "'daemon off'"]