Merge pull request #3055 from Geovanek/master

Set phyton version to work laravel-echo-server
This commit is contained in:
Shao Yu-Lung (Allen) 2021-09-22 14:40:26 +08:00 committed by GitHub
commit 50fa29feee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1028 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@ RUN if [ ${CHANGE_SOURCE} = true ]; then \
RUN apk add --update \
python3 \
python3-dev \
py-pip \
py3-pip \
build-base
RUN npm install

View File

@ -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