west-sound-hall/entrypoint.sh
Tony Grosinger e666588cc3
All checks were successful
Build Production Image / Build Production Image (push) Successful in 58s
Production build at container run time
2024-01-14 12:39:49 -08:00

8 lines
226 B
Bash
Executable File

#!/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