Skip to content

Commit 6bd93a2

Browse files
committed
removed optional composer.lock
1 parent c411c8f commit 6bd93a2

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.loc[k] ./
26+
COPY composer.json ./
2727

2828
RUN composer install
2929

0 commit comments

Comments
 (0)