Add comment.

This commit is contained in:
Thomas E Lackey 2024-01-15 12:12:21 -06:00
parent d3f538bb24
commit 0a0edc6338

View File

@ -21,6 +21,7 @@ WORK_DIR="${1:-/app}"
cd "${WORK_DIR}" || exit 1
# If this file doesn't exist at all, we'll get errors below.
if [ ! -f "next.config.js" ]; then
touch next.config.js
fi