[fix] Fixed docker and CI/CD

This commit is contained in:
ITQ
2024-04-01 00:33:36 +03:00
parent a3b2889f2d
commit 01e5632856
3 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ services:
backend:
build: ./backend
container_name: backend
container_name: itqdev/skillhub-backend
depends_on:
postgres:
condition: service_healthy
@@ -43,7 +43,7 @@ services:
- 8080:8080
frontend:
container_name: frontend
container_name: itqdev/skillhub-backend
build:
context: ./frontend
dockerfile: Dockerfile