From 2d2938c8ada4ddd0b74455cc1a00f77b5d488db3 Mon Sep 17 00:00:00 2001 From: William Kray Date: Sun, 1 Aug 2021 08:27:43 -0700 Subject: [PATCH] update dockerfile to include _redirects in container --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c4bd5a4..8e98af7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ FROM nginx:alpine COPY --from=builder /src/dist /app COPY --from=builder /src/olm.wasm /app/olm.wasm +COPY --from=builder /src/_redirects /app/_redirects # Insert wasm type into Nginx mime.types file so they load correctly. RUN sed -i '3i\ \ \ \ application/wasm wasm\;' /etc/nginx/mime.types