Skip to content

Commit ac46841

Browse files
committed
Fixed Docker for buildkite
1 parent 7ddc9e7 commit ac46841

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.buildkite/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
3232
# Print composer version
3333
RUN composer --version
3434

35-
COPY . .
35+
COPY composer.json .
3636

3737
# Install dependencies with composer
3838
RUN composer install --no-progress > /dev/null
3939

40+
COPY . .
41+
4042
CMD ["bash", ".buildkite/run-tests.sh"]

0 commit comments

Comments
 (0)