Skip to content

Commit 93f822b

Browse files
committed
fix docker ci
1 parent d50bfce commit 93f822b

File tree

6 files changed

+3759
-3145
lines changed

6 files changed

+3759
-3145
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@ jobs:
155155
cp backend/.env.example backend/.env
156156
cp frontend/.env.example frontend/.env
157157
158-
# Test docker-compose build
159-
docker-compose -f docker-compose.dev.yml build --no-cache
158+
# Test docker compose build
159+
docker compose -f docker-compose.dev.yml build --no-cache
160160
161161
# Start services in background
162-
docker-compose -f docker-compose.dev.yml up -d
162+
docker compose -f docker-compose.dev.yml up -d
163163
164164
# Wait for services to be ready
165165
echo "Waiting for services to start..."
@@ -173,7 +173,7 @@ jobs:
173173
curl -f http://localhost:3001/health || echo "Backend not ready (expected without proper setup)"
174174
175175
# Show service status
176-
docker-compose -f docker-compose.dev.yml ps
176+
docker compose -f docker-compose.dev.yml ps
177177
178178
# Cleanup
179-
docker-compose -f docker-compose.dev.yml down -v
179+
docker compose -f docker-compose.dev.yml down -v

docker/test-docker.sh

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo "✅ Main Dockerfile build successful"
1515

1616
# Test 2: Build development Docker Compose
1717
echo "📦 Testing Docker Compose build..."
18-
docker-compose -f docker-compose.dev.yml build --no-cache
18+
docker compose -f docker-compose.dev.yml build --no-cache
1919
echo "✅ Docker Compose build successful"
2020

2121
# Test 3: Quick container test (optional)

frontend/.eslintignore

Lines changed: 0 additions & 26 deletions
This file was deleted.

frontend/bun.lockb

1.78 KB
Binary file not shown.

0 commit comments

Comments
 (0)