mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-15 00:26:05 +00:00
python c++ c
This commit is contained in:
@@ -6,8 +6,10 @@ services:
|
||||
args:
|
||||
# 设置需要安装的语言,使用空格隔开
|
||||
# Set the languages to be installed, separated by spaces
|
||||
LANGS: "python cpp java csharp"
|
||||
LANGS: "python cpp c"
|
||||
image: hello-algo-code
|
||||
container_name: hello-algo-code
|
||||
volumes:
|
||||
- .:/codes
|
||||
stdin_open: true
|
||||
tty: true
|
||||
|
||||
Reference in New Issue
Block a user