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.pull/933/head
parent
f0c81ce048
commit
d5ee877fd8
@ -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
|
Loading…
Reference in new issue