From 26380719a12b541c8acc3b6fec864a866fdb6388 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Wed, 23 Jun 2021 15:42:30 +0300 Subject: [PATCH] Fix whitespace in Dockerfile Upstreamed whitespace fix from a fork, to be aligned with the other indented line :) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8462d11360..c7a6c9d1c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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