Refactor Docker configuration in deployment workflow and compose file
All checks were successful
Build and Deploy Blog / build-and-deploy-local (push) Successful in 41s

This commit is contained in:
2025-09-03 23:42:57 +02:00
parent 4d21dd2ab1
commit a475d8a5fb
2 changed files with 2 additions and 7 deletions

View File

@@ -1,8 +1,6 @@
services:
blog:
build:
context: .
target: release
image: local/gabriel-blog:latest
container_name: blog
restart: unless-stopped
labels: