Skip to content

Commit a6ed958

Browse files
committed
Fixed: dev dependencies are not installed in dev container
1 parent 4354f50 commit a6ed958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RUN mkdir -p /var/www/.composer && chown apache /var/www/.composer
7373

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

7878
USER root
7979

0 commit comments

Comments
 (0)