Skip to content

Commit c380ce3

Browse files
committed
chore: docker copy cached
1 parent 35247a0 commit c380ce3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ COPY --from=composer:${COMPOSER_VERSION} /usr/bin/composer /usr/local/bin/compos
1313

1414
WORKDIR /code
1515

16-
COPY . .
16+
COPY composer.* ./
17+
18+
RUN composer install
19+
20+
COPY ./ ./
1721

1822
RUN composer install
1923

0 commit comments

Comments
 (0)