Skip to content

Commit 603b7a6

Browse files
committed
Fix copy directive
1 parent da34d26 commit 603b7a6

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
@@ -14,5 +14,5 @@ COPY LICENSE README.md /
1414
COPY requirements.txt /tmp/
1515
RUN pip install --requirement /tmp/requirements.txt
1616

17-
COPY entrypoint.py /
17+
COPY entrypoint.py /entrypoint.py
1818
ENTRYPOINT [ "python", "./entrypoint.py" ]

0 commit comments

Comments
 (0)