We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e2a83 commit effa5aaCopy full SHA for effa5aa
proxy.Dockerfile
@@ -17,6 +17,7 @@ RUN --mount=type=bind,source=proxy/js/styles.mjs,target=styles.mjs \
17
FROM nginx:1-alpine
18
19
COPY proxy/proxy.conf.template /etc/nginx/templates/proxy.conf.template
20
+COPY proxy/manifest.json /etc/nginx/public/manifest.json
21
COPY proxy/index.html /etc/nginx/public/index.html
22
COPY proxy/api /etc/nginx/public/api
23
COPY proxy/js /etc/nginx/public/js
0 commit comments