Set phyton version to work laravel-echo-server
This commit is contained in:
parent
bc894b6ee0
commit
7511d4f148
1027
.env.example
1027
.env.example
File diff suppressed because it is too large
Load Diff
|
@ -16,9 +16,9 @@ RUN if [ ${CHANGE_SOURCE} = true ]; then \
|
||||||
;fi
|
;fi
|
||||||
|
|
||||||
RUN apk add --update \
|
RUN apk add --update \
|
||||||
python \
|
python3 \
|
||||||
python-dev \
|
python3-dev \
|
||||||
py-pip \
|
py3-pip \
|
||||||
build-base
|
build-base
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
* * * * * laradock /usr/bin/php /var/www/artisan schedule:run >> /dev/null 2>&1
|
* * * * * laradock /usr/bin/php /var/www/artisan schedule:run >> /dev/null 2>&1
|
||||||
|
|
||||||
|
* * * * * cd /var/www/artisan && php artisan schedule:run >> /dev/null 2>&1
|
Loading…
Reference in New Issue