pass build args

This commit is contained in:
2024-02-21 14:33:32 -06:00
parent a4c813069a
commit 0d67624b91
2 changed files with 16 additions and 3 deletions

View File

@ -18,4 +18,7 @@ NEXTAUTH_URL="http://localhost:3000"
DATABASE_URL=
# Admin account details
ADMIN_PASSWORD="password"
ADMIN_PASSWORD="password"
# Dictates the build process for the Dockerfile:
RUNNER_ENV=development