diff --git a/Dockerfile b/Dockerfile index e64c075..816e27a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM nginx:stable-alpine COPY templates.json /usr/share/nginx/html/templates.json + COPY index.html /usr/share/nginx/html/index.html EXPOSE 80