west-sound-hall/entrypoint.sh

8 lines
226 B
Bash
Raw Normal View History

2024-01-14 12:39:49 -08:00
#!/bin/bash
# The build step hard-codes variables from the environment into HTML, so it must
# be done with the correct .env.local for runtime.
./node_modules/next/dist/bin/next build
./node_modules/next/dist/bin/next start