Skip to content

Commit f80cf50

Browse files
committed
added a few updates to ignore local files and to avoid using railpack to build
1 parent 905e4cf commit f80cf50

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
myenv
2+
venv
23
.direnv
34
.envrc
45
__pycache__
6+
sentence-transformers

compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services:
66
platform: linux/amd64
77
build:
88
context: ./app
9+
dockerfile: Dockerfile
910
ports:
1011
- target: 5050
1112
published: 5050

0 commit comments

Comments
 (0)