We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3d333 commit 1844ae4Copy full SHA for 1844ae4
1 file changed
Dockerfile
@@ -14,7 +14,8 @@ RUN install-php-extensions sockets
14
WORKDIR /app
15
16
# Copy composer files first for better layer caching
17
-COPY composer.json composer.lock ./
+COPY composer.json ./
18
+COPY composer.lock* ./
19
RUN composer install --no-dev --optimize-autoloader --no-scripts
20
21
# Then copy the rest of the application
0 commit comments