Tony Grosinger
e666588cc3
All checks were successful
Build Production Image / Build Production Image (push) Successful in 58s
8 lines
226 B
Bash
Executable File
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
|