[] fix: updates docker image tag

This commit is contained in:
2025-04-14 12:06:07 -05:00
parent a9293a6595
commit 760d0ae8e6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
IMG=code.caldwell.digital/templates/symfony/app:latest
IMG=code.caldwell.digital/home/torsearch/app:latest
source ./bash/build/build_image_linux.sh
source ./bash/build/build_image_macos.sh

View File

@@ -1,5 +1,5 @@
services:
php:
image: registry.caldwell.digital/templates/symfony/web-prd:${TAG}
image: code.caldwell.digital/home/torsearch/app:${TAG}
ports:
- "8001:80"