Merge pull request #17742 from vector-im/jaywink/tiny-whitespace-fix

Fix whitespace in Dockerfile
pull/17747/head
Travis Ralston 2021-06-23 08:00:03 -06:00 committed by GitHub
commit f28a37aba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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