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 ff5b801 commit 5ba485bCopy full SHA for 5ba485b
1 file changed
Dockerfile
@@ -59,5 +59,5 @@ EXPOSE 8000 9601 9602
59
HEALTHCHECK --interval=30s --timeout=10s --start-period=60s --retries=5 \
60
CMD curl -f http://localhost:8000/ || exit 1
61
62
-# Run relay server in background + jac app in foreground
63
-CMD jasketch-relay & jac start --client pwa
+# Run jac app with embedded relay (started via JASKETCH_START_RELAY=true in main.jac)
+CMD jac start --client pwa
0 commit comments