feat: optimize docker build pipeline with dockerignore, automated entrypoint migrations, and configurable compose image
Build and Push Docker Image / build-and-push (push) Failing after 1m1s
Build and Push Docker Image / build-and-push (push) Failing after 1m1s
This commit is contained in:
+4
-1
@@ -8,4 +8,7 @@ NEXTAUTH_URL=http://localhost:3000
|
||||
NEXTAUTH_SECRET=change-this-to-a-random-string
|
||||
|
||||
# Port to expose (default 3000)
|
||||
PORT=3000
|
||||
PORT=3000
|
||||
|
||||
# Container Registry Image (Optional, default: checkflow:latest)
|
||||
# CHECKFLOW_IMAGE=gitea.example.com/username/checkflow:latest
|
||||
|
||||
Reference in New Issue
Block a user