fix: add migrations folder to Docker image for wishlist tables
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 52s

- Added COPY play-life-backend/migrations /migrations to Dockerfile
- Fixed 'relation wishlist_items does not exist' error on production
- Bump version to 3.9.2
This commit is contained in:
poignatov
2026-01-11 21:36:28 +03:00
parent f19ed9cb81
commit d368929a4a
3 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "play-life-web",
"version": "3.9.1",
"version": "3.9.2",
"type": "module",
"scripts": {
"dev": "vite",