plane/docker/etc/s6-overlay/s6-rc.d/web/run

6 lines
120 B
Plaintext
Raw Normal View History

2023-12-11 18:23:00 +00:00
#!/bin/bash
NEXT_PUBLIC_DEPLOY_URL="http://localhost/spaces" \
HOSTNAME=127.0.0.1 \
PORT=3000 \
node /web/server.js web