plane/docker/etc/s6-overlay/s6-rc.d/web/run
2024-07-02 13:33:52 -05:00

6 lines
120 B
Bash

#!/bin/bash
NEXT_PUBLIC_DEPLOY_URL="http://localhost/spaces" \
HOSTNAME=127.0.0.1 \
PORT=3000 \
node /web/server.js web