Fix whitespace in Dockerfile

Upstreamed whitespace fix from a fork, to be aligned with the other indented line :)
pull/17742/head
Jason Robinson 2021-06-23 15:42:30 +03:00
parent 54da2df8c0
commit 26380719a1
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ COPY --from=builder /src/webapp /app
RUN sed -i '3i\ \ \ \ application/wasm wasm\;' /etc/nginx/mime.types
RUN rm -rf /usr/share/nginx/html \
&& ln -s /app /usr/share/nginx/html
&& ln -s /app /usr/share/nginx/html