[] fix: updates docker image tag
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user