feat: Add Docker for code debugging (#927)

* Update Dockerfile and docker-compose.yml

* Add Dockerfile for code debugging.
Add installation procedures of python, cpp and java.
This commit is contained in:
Yudong Jin
2023-11-08 03:20:29 +08:00
committed by GitHub
parent f0c81ce048
commit d5ee877fd8
4 changed files with 50 additions and 6 deletions

View File

@@ -2,5 +2,7 @@ version: '3'
services:
hello-algo:
build: .
image: hello-algo
container_name: hello-algo
ports:
- "8000:8000"