mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 02:36:42 +02:00
build(devcontainer): add migration and DevSeed command to run post devcontainer creation
update dev setup docs + build and deploy docs everytime
This commit is contained in:
parent
6289c42b11
commit
cdeb8bf26e
81 changed files with 126 additions and 9414 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"dockerComposeFile": ["../docker-compose.yml", "./docker-compose.yml"],
|
||||
"service": "app",
|
||||
"workspaceFolder": "/castopod",
|
||||
"postCreateCommand": "composer install && pnpm install && pnpm run build:static",
|
||||
"postCreateCommand": "composer install && pnpm install && pnpm run build:static && php spark migrate --all && php spark db:seed DevSeeder",
|
||||
"postStartCommand": "crontab ./crontab && cron && php spark serve --host 0.0.0.0",
|
||||
"postAttachCommand": "crontab ./crontab && service cron reload",
|
||||
"shutdownAction": "stopCompose",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue