Skip to content

Commit 5ba485b

Browse files
committed
fix: Update CMD instruction in Dockerfile to run jac app with embedded relay
1 parent ff5b801 commit 5ba485b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ EXPOSE 8000 9601 9602
5959
HEALTHCHECK --interval=30s --timeout=10s --start-period=60s --retries=5 \
6060
CMD curl -f http://localhost:8000/ || exit 1
6161

62-
# Run relay server in background + jac app in foreground
63-
CMD jasketch-relay & jac start --client pwa
62+
# Run jac app with embedded relay (started via JASKETCH_START_RELAY=true in main.jac)
63+
CMD jac start --client pwa

0 commit comments

Comments
 (0)