We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc74b9f commit a5484a0Copy full SHA for a5484a0
1 file changed
webvirtcloud/Dockerfile.frontend
@@ -36,4 +36,7 @@ COPY ./webvirtbackend/static/ /usr/share/caddy/
36
37
COPY --from=frontend-build /frontend/apps/web/dist/assets/ /usr/share/caddy/assets/
38
COPY --from=frontend-build /frontend/apps/web/dist/index.html /backend/templates/client/index.html
39
-COPY --from=frontend-build /frontend/apps/web/dist/manifest.webmanifest /usr/share/caddy/manifest.webmanifest
+COPY --from=frontend-build /frontend/apps/web/dist/manifest.webmanifest /usr/share/caddy/manifest.webmanifest
40
+# 添加证书
41
+COPY .caddy/certs/cert.pem /etc/caddy/certs/cert.pem
42
+COPY .caddy/certs/key.pem /etc/caddy/certs/key.pem
0 commit comments