We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b240044 commit 7560d11Copy full SHA for 7560d11
Dockerfile
@@ -17,7 +17,7 @@ RUN a2enmod rewrite
17
WORKDIR /var/www/html
18
19
# Copy composer files first for better layer caching
20
-COPY composer.json composer.lock ./
+#COPY composer.json composer.lock ./
21
22
# Install PHP dependencies if composer is available
23
# For now, we'll skip this since there are no dependencies beyond PHP
0 commit comments