Set phyton version to work laravel-echo-server

This commit is contained in:
Geovanek 2021-09-14 09:43:27 -03:00
parent bc894b6ee0
commit 7511d4f148
3 changed files with 5 additions and 1030 deletions

File diff suppressed because it is too large Load Diff

View File

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

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