Fix whitespace in Dockerfile

Upstreamed whitespace fix from a fork, to be aligned with the other indented line :)
This commit is contained in:
Jason Robinson 2021-06-23 15:42:30 +03:00
parent 54da2df8c0
commit 26380719a1

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