Skip to content

Commit 2ac3f74

Browse files
authored
Trying to set $PATH in Dockerfile
1 parent cd4f945 commit 2ac3f74

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
@@ -4,7 +4,7 @@ WORKDIR /app
44

55
COPY fnsort.py /app
66

7-
ENV PATH="$PATH:/app"
7+
ENV PATH="${PATH}:/app"
88

99
WORKDIR /work
1010

0 commit comments

Comments
 (0)