Skip to content

Commit

Permalink
add ~./m2 dir to avoid error when copying it
Browse files Browse the repository at this point in the history
  • Loading branch information
ccfontes committed Dec 18, 2023
1 parent 6f89f22 commit a0042e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/bb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ COPY --chown=app:app index.clj bb.edn lib merge_config.clj ./

COPY --chown=app:app function/bb.edn* function/bb.edn
RUN bb merge-config --src "function/bb.edn" --out "ship.edn" && \
mkdir ~/.m2 && \
bb --config ship.edn prepare && \
bb --config ship.edn print-deps && \
cp -r .m2 .m2-ship
Expand Down

0 comments on commit a0042e5

Please sign in to comment.