diff --git a/Dockerfile b/Dockerfile index c9ab905..5139f06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,10 +2,7 @@ FROM nginx:alpine WORKDIR /usr/share/nginx/html -RUN echo xxx rm -f index.html && \ - # xxx not great for files that dont end like: .js.gz .wasm.gz - sed -i 's/js;/js gz;/' /etc/nginx/mime.types - +# RUN rm -f index.html # COPY default.conf /etc/nginx/conf.d/ COPY . .