Skip to content

Commit

Permalink
feat: set docker workdir into PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZexiao committed Aug 30, 2022
1 parent deffdf3 commit 2dc5054
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/venus-runtime.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ COPY --from=filvenus/venus-buildenv /usr/lib/x86_64-linux-gnu/libhwloc.so.15
/usr/lib/x86_64-linux-gnu/libnuma.so.1 \
/usr/lib/x86_64-linux-gnu/libltdl.so.7 \
/lib/


# DIR for app
WORKDIR /app
ENV PATH "$PATH:/app/"

0 comments on commit 2dc5054

Please sign in to comment.