Skip to content

Commit a08b590

Browse files
committed
Move composer command
1 parent f80b23d commit a08b590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

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

14-
RUN composer install
15-
1614
COPY . /app
1715

16+
RUN composer install
17+
1818
ENTRYPOINT ["php", "artisan", "octane:frankenphp"]

0 commit comments

Comments
 (0)