Skip to content

Commit

Permalink
copy separate items to prevent invalidating cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed May 25, 2024
1 parent f14863a commit 0f6a03f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& \
update-ca-certificates

COPY . /app
COPY patches /app/patches
COPY .git /app/.git
COPY .gitmodules /app

WORKDIR /app

Expand Down

0 comments on commit 0f6a03f

Please sign in to comment.