Skip to content

Commit 6799a21

Browse files
authored
Create docker-compose.yaml
1 parent 68b7987 commit 6799a21

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docker-compose.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
services:
2+
octdata4python:
3+
build:
4+
context: .
5+
dockerfile: Dockerfile
6+
container_name: octdata4python
7+
command: >
8+
sh -c "tail -f /dev/null"

0 commit comments

Comments
 (0)