mirror of
https://github.com/krahets/hello-algo.git
synced 2026-05-12 11:37:08 +08:00
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:
@@ -2,5 +2,7 @@ version: '3'
|
||||
services:
|
||||
hello-algo:
|
||||
build: .
|
||||
image: hello-algo
|
||||
container_name: hello-algo
|
||||
ports:
|
||||
- "8000:8000"
|
||||
|
||||
Reference in New Issue
Block a user