File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -71,5 +71,10 @@ php artisan db:seed --force
7171echo -e " Starting cron jobs."
7272crond -L /var/log/crond -l 5
7373
74+ # # install yarn stuff
75+ yarn install --production
76+ yarn add cross-env
77+ yarn run build:production
78+
7479echo -e " Starting supervisord."
7580exec " $@ "
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM php:7.4-fpm-alpine
22
33WORKDIR /app
44
5- RUN apk add --no-cache --update ca-certificates dcron curl git supervisor tar unzip nginx libpng-dev libxml2-dev libzip-dev certbot; \
5+ RUN apk add --no-cache --update ca-certificates dcron curl git supervisor tar unzip nginx libpng-dev libxml2-dev libzip-dev certbot yarn ; \
66 docker-php-ext-install bcmath; \
77 docker-php-ext-install gd; \
88 docker-php-ext-install mbstring; \
You can’t perform that action at this time.
0 commit comments