Update API to env var
All checks were successful
release-image / release-image (push) Successful in 10m59s

This commit is contained in:
Logan Cusano
2025-05-26 17:44:23 -04:00
parent 49c58fd591
commit 0b86cd49cf
7 changed files with 7 additions and 7 deletions

View File

@@ -57,6 +57,7 @@ docker-dev: #docker-build
--rm \
--name $(DOCKER_DEV_CONTAINER_NAME) \
-p 3000:3000 \
-e NEXT_PUBLIC_DRB_BASE_API_URL=$(NEXT_PUBLIC_DRB_BASE_API_URL) \
-v "$(PWD):/app" \
-v "/app/node_modules" \
-e NODE_ENV=development \