Skip to content

Commit f80b23d

Browse files
committed
Added composer insstall command
1 parent 0ce7157 commit f80b23d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ RUN install-php-extensions \
1111
curl \
1212
redis
1313

14+
RUN composer install
15+
1416
COPY . /app
1517

1618
ENTRYPOINT ["php", "artisan", "octane:frankenphp"]

0 commit comments

Comments
 (0)