mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-23 23:00:08 +02:00

Replace legacy `docker-compose` with `docker compose` GitOrigin-RevId: 1a876a5870be55dceecdff9cd1284235840e908f
3 lines
54 B
Bash
Executable file
3 lines
54 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
docker compose build --pull "$@"
|