Merge pull request #3055 from Geovanek/master
Set phyton version to work laravel-echo-server
This commit is contained in:
commit
50fa29feee
1027
.env.example
1027
.env.example
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,7 @@ RUN if [ ${CHANGE_SOURCE} = true ]; then \
|
|||||||
RUN apk add --update \
|
RUN apk add --update \
|
||||||
python3 \
|
python3 \
|
||||||
python3-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
Block a user