Skip to content

Commit

Permalink
Dockerfile: update the workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclinder committed Apr 26, 2024
1 parent f8fe7c4 commit 04e337d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN mkdir -p /host/usr/bin && mkdir -p /host/usr/lib
WORKDIR /host/
COPY --from=builder /host/usr/bin /host/usr/bin
COPY --from=builder /host/usr/lib /host/usr/lib
ADD modules .
ADD install.sh .
RUN chmod +x install.sh
ENTRYPOINT [./install.sh]
ADD modules /host/modules
ADD install.sh /host/modules
RUN chmod +x /host/install.sh
ENTRYPOINT [./host/install.sh]

0 comments on commit 04e337d

Please sign in to comment.