mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
do NOT add dev requirements to the container
This commit is contained in:
parent
a88ff5c1b3
commit
062e83d0e3
@ -60,7 +60,7 @@ rm composer-setup.php; \
|
|||||||
exit $RESULT' \
|
exit $RESULT' \
|
||||||
# build EGroupware
|
# build EGroupware
|
||||||
&& cd /usr/share \
|
&& cd /usr/share \
|
||||||
&& composer.phar create-project --prefer-dist --no-scripts egroupware/egroupware:$VERSION \
|
&& composer.phar create-project --prefer-dist --no-scripts --no-dev egroupware/egroupware:$VERSION \
|
||||||
&& cd egroupware \
|
&& cd egroupware \
|
||||||
&& npm install \
|
&& npm install \
|
||||||
&& grunt \
|
&& grunt \
|
||||||
|
Loading…
Reference in New Issue
Block a user