Enable debug in docker server

This commit is contained in:
Tony Garnock-Jones 2019-05-30 22:36:45 +01:00
parent a2780d5871
commit 33dd38aea6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
s6-svwait ../avahi-daemon
cd /data/packages/server
exec node lib/index.js --http 8000 --tcp 8001 --monitor 8000 --overlay test ws://test-server.syndicate-lang.org/
DEBUG='syndicate/server:*' exec node lib/index.js --http 8000 --tcp 8001 --monitor 8000 --overlay test ws://test-server.syndicate-lang.org/