Skip to content

Commit

Permalink
comments, re-indents, etc (nothing substantitive)
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jan 7, 2024
1 parent 922518a commit d8edc8d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 . .

0 comments on commit d8edc8d

Please sign in to comment.