diff --git a/Dockerfile b/Dockerfile index a7185c6..9165e58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ WORKDIR /usr/share/nginx/html COPY . . +RUN rm -rf .git + EXPOSE 80 CMD ["nginx", "-g", "daemon off;"]