Skip to content

Commit b0c1e27

Browse files
committed
Fix entrypoint
1 parent 603b7a6 commit b0c1e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ COPY requirements.txt /tmp/
1515
RUN pip install --requirement /tmp/requirements.txt
1616

1717
COPY entrypoint.py /entrypoint.py
18-
ENTRYPOINT [ "python", "./entrypoint.py" ]
18+
ENTRYPOINT [ "python", "/entrypoint.py" ]

0 commit comments

Comments
 (0)