Refactor 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:35:28 +02:00
parent d556b585e1
commit a3ab8f0a16

View File

@@ -1,6 +1,9 @@
services:
blog:
build: .
build:
context: .
dockerfile: Dockerfile
target: release
container_name: blog
restart: unless-stopped
labels: