We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a548220 commit ac1907bCopy full SHA for ac1907b
1 file changed
.github/workflows/deploy-server.yml
@@ -36,7 +36,7 @@ jobs:
36
# Remove copied repo
37
rm -rf ../repo
38
# Build containers
39
- docker compose build
+ docker compose -f compose.yaml -f compose.ollama.yaml build
40
# Start containers
41
docker compose -f compose.yaml -f compose.ollama.yaml up -d
42
command_timeout: 60m
0 commit comments