Skip to content

Commit 5278290

Browse files
author
Faruk D.
committed
fix typo
1 parent 5b630f9 commit 5278290

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
@@ -8,6 +8,6 @@ RUN python3 -m pip install --upgrade pip wheel && \
88
python3 -m pip install howfairis
99

1010
COPY entrypoint.sh /entrypoint.sh
11-
RUN chmod +x /entrypoint.py
11+
RUN chmod +x /entrypoint.sh
1212

1313
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)