Skip to content

Commit dd7229a

Browse files
committed
Made composer.lock file optional in docker
1 parent 1a13526 commit dd7229a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
2323

2424
WORKDIR /opt/project
2525

26-
COPY composer.json composer.lock phpunit.xml.dist phpunit.coverage.xml.dist psalm.xml .php-cs-fixer.php ./
26+
COPY composer.json composer.loc[k] phpunit.xml.dist phpunit.coverage.xml.dist psalm.xml .php-cs-fixer.php ./
2727
COPY src/ src/
2828
COPY tests/ tests/
2929
COPY .git/ .git/

0 commit comments

Comments
 (0)