Skip to content

Commit c2c2cdf

Browse files
authored
Fix CI.yml
1 parent 04927da commit c2c2cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pip install -r requirements.txt
2424
2525
- name: Build images
26-
run: docker compose -f docker-compose.yml build
26+
run: docker compose --env-file .env.sample -f docker-compose.yml build
2727

2828
- name: Start services
2929
run: docker compose --env-file .env.sample -f docker-compose.yml up -d

0 commit comments

Comments
 (0)