Skip to content

Commit

Permalink
Fixed: dev dependencies are not installed in dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
AnouarTouati committed Dec 29, 2024
1 parent 4354f50 commit a6ed958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN mkdir -p /var/www/.composer && chown apache /var/www/.composer

# Install dependencies
USER apache
RUN COMPOSER_CACHE_DIR=/dev/null composer install --no-dev --working-dir=/var/www/html
RUN COMPOSER_CACHE_DIR=/dev/null composer install --working-dir=/var/www/html

USER root

Expand Down

0 comments on commit a6ed958

Please sign in to comment.