From 440bc881e526bfebb41d41d4a8e297bc4b09fadc Mon Sep 17 00:00:00 2001 From: Jan Czernin Date: Thu, 3 May 2018 01:19:35 +0200 Subject: [PATCH] Yarn install & yarn run gulp --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f129e84..214fd85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,9 @@ RUN composer create-project \ && cd sylius \ && rm -f app/config/parameters.yml \ && curl -o app/config/parameters.yml.dist https://raw.githubusercontent.com/Sylius/Sylius-Standard/master/app/config/parameters.yml.dist \ - && composer run-script post-install-cmd + && composer run-script post-install-cmd \ + && yarn install \ + && yarn run gulp USER root # entrypoint.d scripts