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 cd4f945 commit 2ac3f74Copy full SHA for 2ac3f74
Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /app
4
5
COPY fnsort.py /app
6
7
-ENV PATH="$PATH:/app"
+ENV PATH="${PATH}:/app"
8
9
WORKDIR /work
10
0 commit comments