mirror of
http://bgp.hk.skcks.cn:10086/https://github.com/krahets/hello-algo
synced 2026-04-20 12:50:51 +08:00
* Update Dockerfile and docker-compose.yml * Add Dockerfile for code debugging. Add installation procedures of python, cpp and java.
9 lines
155 B
YAML
9 lines
155 B
YAML
version: '3.8'
|
|
services:
|
|
hello-algo-code:
|
|
build: .
|
|
image: hello-algo-code
|
|
container_name: hello-algo-code
|
|
stdin_open: true
|
|
tty: true
|