Skip to content

Commit ac1907b

Browse files
committed
Fix docker build command
1 parent a548220 commit ac1907b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Remove copied repo
3737
rm -rf ../repo
3838
# Build containers
39-
docker compose build
39+
docker compose -f compose.yaml -f compose.ollama.yaml build
4040
# Start containers
4141
docker compose -f compose.yaml -f compose.ollama.yaml up -d
4242
command_timeout: 60m

0 commit comments

Comments
 (0)