Merge pull request #18 from maxhelias/fix-auto-script
Fix the build of app with auto-script like recipe framework-bundle
This commit is contained in:
commit
d9541dc3f8
@ -51,6 +51,5 @@ RUN composer create-project "symfony/skeleton ${VERSION}" . --stability=$STABILI
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN mkdir -p var/cache var/logs var/sessions \
|
RUN mkdir -p var/cache var/logs var/sessions \
|
||||||
&& composer install --prefer-dist --no-dev --no-progress --no-suggest --classmap-authoritative --no-interaction \
|
&& composer install --prefer-dist --no-dev --no-scripts --no-progress --no-suggest --classmap-authoritative --no-interaction \
|
||||||
&& composer clear-cache \
|
|
||||||
&& chown -R www-data var
|
&& chown -R www-data var
|
||||||
|
Loading…
x
Reference in New Issue
Block a user