fix(docker): add sqlite-dev dependency for pdo_sqlite extension
هذا الالتزام موجود في:
@@ -13,6 +13,8 @@ RUN apk add --no-cache \
|
|||||||
git \
|
git \
|
||||||
oniguruma-dev \
|
oniguruma-dev \
|
||||||
sqlite \
|
sqlite \
|
||||||
|
sqlite-dev \
|
||||||
|
mysql-client \
|
||||||
nodejs \
|
nodejs \
|
||||||
npm
|
npm
|
||||||
|
|
||||||
@@ -47,8 +49,4 @@ USER www-data
|
|||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
# Start the application
|
# Start the application
|
||||||
CMD php artisan config:cache && \
|
CMD ["/bin/sh", "-c", "php artisan config:cache && php artisan route:cache && php artisan view:cache && php artisan migrate --force && php artisan serve --host=0.0.0.0 --port=8000"]
|
||||||
php artisan route:cache && \
|
|
||||||
php artisan view:cache && \
|
|
||||||
php artisan migrate --force && \
|
|
||||||
php artisan serve --host=0.0.0.0 --port=8000
|
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم