Skip to content

Commit 1706fb5

Browse files
committed
Fix
1 parent 2789084 commit 1706fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ARG CACHEBUST=2
3232
ENV COMPOSER_ALLOW_SUPERUSER=1
3333

3434
RUN git clone https://github.com/buggregator/examples.git /app
35-
RUN composer install
35+
RUN composer update
3636

3737
RUN chmod 0777 storage -R
3838
RUN chmod 0777 bootstrap -R

0 commit comments

Comments
 (0)