Skip to content

Commit cd4f945

Browse files
authored
Add /app to $PATH in Dockerfile
1 parent 8603ed2 commit cd4f945

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ WORKDIR /app
44

55
COPY fnsort.py /app
66

7+
ENV PATH="$PATH:/app"
8+
79
WORKDIR /work
810

9-
ENTRYPOINT ["python", "/app/fnsort.py"]
11+
ENTRYPOINT ["python", "/app/fnsort.py"]

0 commit comments

Comments
 (0)