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