/
githubmirror
/
hello-algo
Обзор
Документация
Войти
/
githubmirror
/
hello-algo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
codes/docker-compose.yml
13 строк
346 B
Yudong Jin
Several bug fixes and improvements (#945)
14 ноя 2023, 16:27
Не верифицирован
14 ноя 2023, 16:27
fcbaf10
Код
Авторство
О чём код?
version: '3.8' services: hello-algo-code: build: context: . args: # 设置需要安装的语言,使用空格隔开 # Set the languages to be installed, separated by spaces LANGS: "python cpp java csharp" image: hello-algo-code container_name: hello-algo-code stdin_open: true tty: true