ERROR: invalid tag "registry.chiefsoft.net/MyFit-CoreBackEnd:latest": repository name must be lowercase

This commit is contained in:
Olusesan Ameye
2025-05-14 07:49:05 +00:00
parent 80754efa51
commit e8757dcf11
+1 -1
View File
@@ -2,7 +2,7 @@ version: '3.8'
services:
myfit-corebackend:
image: registry.chiefsoft.net/MyFit-CoreBackEnd:latest
image: registry.chiefsoft.net/myfit-corebackend:latest
build: ./services/web
command: python manage.py run -h 0.0.0.0
volumes: