Remove dockerfile specification from blog service build configuration in compose.yml
Some checks failed
Build and Deploy Blog / build-and-deploy-local (push) Failing after 3s

This commit is contained in:
2025-09-03 23:40:36 +02:00
parent a3ab8f0a16
commit 4d21dd2ab1

View File

@@ -2,7 +2,6 @@ services:
blog:
build:
context: .
dockerfile: Dockerfile
target: release
container_name: blog
restart: unless-stopped