projects
/
cinny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9005d5
)
update dockerfile to include _redirects in container
author
William Kray
<william@kray.pw>
Sun, 1 Aug 2021 15:27:43 +0000
(08:27 -0700)
committer
William Kray
<william@kray.pw>
Sun, 1 Aug 2021 15:27:43 +0000
(08:27 -0700)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index c4bd5a469bd52b93c110b4586a864b107fa1a02b..8e98af70fd2644c3abf55c4e3fc77f180061ee85 100644
(file)
--- 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