Skip to content

Commit

Permalink
perf: only copy used pk
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Aug 15, 2024
1 parent 9c1cadd commit 2c76d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN sed -i "s@http://.*.debian.org@${APT_MIRROR}@g" /etc/apt/sources.list \

WORKDIR /opt/chen

COPY --from=stage-build /usr/local/bin /usr/local/bin
COPY --from=stage-build /usr/local/bin/check /usr/local/bin/wisp /usr/local/bin/
COPY --from=stage-build /opt/chen/backend/web/target/web-*.jar /opt/chen/chen.jar
COPY --from=stage-build /opt/chen/entrypoint.sh .
COPY --from=stage-build /opt/chen/drivers /opt/chen/drivers
Expand Down

0 comments on commit 2c76d78

Please # to comment.