We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b630f9 commit 5278290Copy full SHA for 5278290
Dockerfile
@@ -8,6 +8,6 @@ RUN python3 -m pip install --upgrade pip wheel && \
8
python3 -m pip install howfairis
9
10
COPY entrypoint.sh /entrypoint.sh
11
-RUN chmod +x /entrypoint.py
+RUN chmod +x /entrypoint.sh
12
13
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments