We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905e4cf commit f80cf50Copy full SHA for f80cf50
app/.dockerignore
@@ -1,4 +1,6 @@
1
myenv
2
+venv
3
.direnv
4
.envrc
5
__pycache__
6
+sentence-transformers
compose.yaml
@@ -6,6 +6,7 @@ services:
platform: linux/amd64
7
build:
8
context: ./app
9
+ dockerfile: Dockerfile
10
ports:
11
- target: 5050
12
published: 5050
0 commit comments