mirror of
https://github.com/krahets/hello-algo.git
synced 2025-01-23 14:20:29 +08:00
9 lines
155 B
YAML
9 lines
155 B
YAML
|
version: '3.8'
|
||
|
services:
|
||
|
hello-algo-code:
|
||
|
build: .
|
||
|
image: hello-algo-code
|
||
|
container_name: hello-algo-code
|
||
|
stdin_open: true
|
||
|
tty: true
|