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
|
||||
|
||||
RUN apk add --update \
|
||||
python \
|
||||
python-dev \
|
||||
py-pip \
|
||||
python3 \
|
||||
python3-dev \
|
||||
py3-pip \
|
||||
build-base
|
||||
|
||||
RUN npm install
|
||||
|
@ -1 +1,3 @@
|
||||
* * * * * 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