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

Add Server CE development environment GitOrigin-RevId: c91d9eb58b1dbc3be24646e77033cd3242e707f0
3 lines
111 B
Bash
Executable file
3 lines
111 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up --no-deps --detach "$@"
|