mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
remove development dependencies from composer install in Dockerfile
This commit is contained in:
parent
81e1216c1b
commit
85e63571c5
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ COPY --chown=www-data:www-data . /var/www/html
|
|||
COPY --chown=www-data:www-data .env.example .env
|
||||
|
||||
# Install the composer dependencies
|
||||
RUN composer install --no-interaction --prefer-dist --optimize-autoloader
|
||||
RUN composer install --no-dev --no-interaction --prefer-dist --optimize-autoloader
|
||||
|
||||
########################
|
||||
# Assets Image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue