We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8603ed2 commit cd4f945Copy full SHA for cd4f945
Dockerfile
@@ -4,6 +4,8 @@ WORKDIR /app
4
5
COPY fnsort.py /app
6
7
+ENV PATH="$PATH:/app"
8
+
9
WORKDIR /work
10
-ENTRYPOINT ["python", "/app/fnsort.py"]
11
+ENTRYPOINT ["python", "/app/fnsort.py"]
0 commit comments