Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler authored Sep 20, 2024
1 parent 56bfa2f commit ed98c74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions allinone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ COPY --from=lion /opt /opt
COPY --from=lion /usr /usr
COPY --from=lion /lib /lib
COPY --from=lion /lib32 /lib32
COPY --from=lion /libx32 /libx32

COPY --from=chen /opt /opt
COPY --from=chen /usr /usr
Expand Down Expand Up @@ -64,4 +63,4 @@ ENV LC_ALL=C.UTF-8
WORKDIR /opt
COPY entrypoint.sh .
COPY service.sh .
ENTRYPOINT ["./entrypoint.sh"]
ENTRYPOINT ["./entrypoint.sh"]

0 comments on commit ed98c74

Please sign in to comment.