Fix Docker image pull error by removing image tag

- Remove 'image: indeedhub-prototype:latest' line
- Force Docker to build from Dockerfile instead of trying to pull
- Fixes Portainer deployment error: 'pull access denied'

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Dorian
2026-02-02 23:57:04 +00:00
parent 6e9f4f1f8e
commit 04926961b7

View File

@@ -2,7 +2,6 @@ version: '3.8'
services: services:
indeedhub: indeedhub:
image: indeedhub-prototype:latest
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile