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 c411c8f commit 6bd93a2Copy full SHA for 6bd93a2
Dockerfile
@@ -23,7 +23,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
23
24
WORKDIR /opt/project
25
26
-COPY composer.json composer.loc[k] ./
+COPY composer.json ./
27
28
RUN composer install
29
0 commit comments