We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f08b2b commit ca4c2f6Copy full SHA for ca4c2f6
docker-compose.yml
@@ -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