console / start.sh
oki692's picture
Deploy API gateway + SvelteKit console
ff149f9 verified
Raw
History Blame Contribute Delete
62 Bytes
#!/bin/sh
API_PORT=3001 /app/gateway &
nginx -g 'daemon off;'