Cambio del nixpacks
This commit is contained in:
+1
-1
@@ -6,4 +6,4 @@ cmds = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[start]
|
[start]
|
||||||
cmd = "mkdir -p storage/framework/sessions storage/framework/cache storage/framework/views && chmod -R 775 storage && php artisan storage:link --force && php artisan config:clear && php artisan serve --host=0.0.0.0 --port=80"
|
cmd = "mkdir -p storage/framework/sessions storage/framework/cache storage/framework/views && chmod -R 775 storage && php artisan storage:link --force && php artisan config:clear && php -d upload_max_filesize=50M -d post_max_size=55M artisan serve --host=0.0.0.0 --port=80"
|
||||||
|
|||||||
Reference in New Issue
Block a user