Добавлено правило пуша и package.json
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 11s

This commit is contained in:
poignatov
2026-01-25 16:01:41 +03:00
parent 34f162576b
commit b8ef59bfd1
2 changed files with 30 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "play-life",
"version": "1.0.0",
"description": "Play Life application",
"scripts": {
"db:dump": "./dump-db.sh",
"db:restore": "./restore-db.sh"
}
}