Skip to content

Commit effa5aa

Browse files
committed
copy manifest
1 parent 84e2a83 commit effa5aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proxy.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN --mount=type=bind,source=proxy/js/styles.mjs,target=styles.mjs \
1717
FROM nginx:1-alpine
1818

1919
COPY proxy/proxy.conf.template /etc/nginx/templates/proxy.conf.template
20+
COPY proxy/manifest.json /etc/nginx/public/manifest.json
2021
COPY proxy/index.html /etc/nginx/public/index.html
2122
COPY proxy/api /etc/nginx/public/api
2223
COPY proxy/js /etc/nginx/public/js

0 commit comments

Comments
 (0)