Skip to content

Commit 1378c7c

Browse files
committed
feat: add Dockerfile
1 parent e9be156 commit 1378c7c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
env_vars.yaml
2+
13
# Byte-compiled / optimized / DLL files
24
__pycache__/
35
*.py[cod]

Diff for: Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ RUN pip3 install -r requirements.txt
1515
COPY ./src/ /usr/src
1616
COPY ./models /usr/models
1717

18-
ENTRYPOINT [ "python3" ]
19-
CMD [ "src/app/api.py" ]
18+
CMD [ "python3", "api.py" ]

0 commit comments

Comments
 (0)