mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-01 20:12:07 +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:
8
codes/docker-compose.yml
Normal file
8
codes/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
hello-algo-code:
|
||||
build: .
|
||||
image: hello-algo-code
|
||||
container_name: hello-algo-code
|
||||
stdin_open: true
|
||||
tty: true
|
||||
Reference in New Issue
Block a user