Add comment.
This commit is contained in:
parent
d3f538bb24
commit
0a0edc6338
@ -21,6 +21,7 @@ WORK_DIR="${1:-/app}"
|
|||||||
|
|
||||||
cd "${WORK_DIR}" || exit 1
|
cd "${WORK_DIR}" || exit 1
|
||||||
|
|
||||||
|
# If this file doesn't exist at all, we'll get errors below.
|
||||||
if [ ! -f "next.config.js" ]; then
|
if [ ! -f "next.config.js" ]; then
|
||||||
touch next.config.js
|
touch next.config.js
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user