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
134 B
YAML
9 lines
134 B
YAML
version: '3'
|
|
services:
|
|
hello-algo:
|
|
build: .
|
|
image: hello-algo
|
|
container_name: hello-algo
|
|
ports:
|
|
- "8000:8000"
|