mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-24 03:46:28 +08:00
d5ee877fd8
* Update Dockerfile and docker-compose.yml * Add Dockerfile for code debugging. Add installation procedures of python, cpp and java.
8 lines
134 B
YAML
8 lines
134 B
YAML
version: '3'
|
|
services:
|
|
hello-algo:
|
|
build: .
|
|
image: hello-algo
|
|
container_name: hello-algo
|
|
ports:
|
|
- "8000:8000"
|