mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Merge pull request #3 from danialsamiei/devin/1771251927-fix-connection-token
Fix Forbidden error: add --without-connection-token to server CMD
This commit is contained in:
commit
3406c2b2b7
1 changed files with 1 additions and 1 deletions
|
|
@ -52,4 +52,4 @@ RUN npm run buildreact \
|
|||
|
||||
# Render sets PORT; use code-server (production) not code-web (test harness)
|
||||
EXPOSE 10000
|
||||
CMD ["sh", "-c", "node out/server-main.js --host 0.0.0.0 --port ${PORT:-10000} --accept-server-license-terms"]
|
||||
CMD ["sh", "-c", "node out/server-main.js --host 0.0.0.0 --port ${PORT:-10000} --without-connection-token --accept-server-license-terms"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue