Skip to content

Commit ca4c2f6

Browse files
committed
Add Docker Compose
1 parent 7f08b2b commit ca4c2f6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-compose.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: "3.9"
2+
services:
3+
information-retrieval:
4+
build: .
5+
ports:
6+
- "80:8000"
7+
8+

0 commit comments

Comments
 (0)