@appweaver/create-weaver-app 1.0.17 → 1.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appweaver/create-weaver-app",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "description": "Appweaver - the backend framework for AI-first development (@create-weaver-app)",
5
5
  "author": "Luka Matosevic",
6
6
  "license": "MIT",
@@ -43,6 +43,8 @@ services:
43
43
  image: {{LOWER_NAME}}:latest
44
44
  container_name: {{LOWER_NAME}}-migrations
45
45
  restart: no
46
+ build:
47
+ context: .
46
48
  depends_on:
47
49
  postgres:
48
50
  condition: service_healthy
@@ -81,7 +83,7 @@ services:
81
83
  - {{LOWER_NAME}}
82
84
 
83
85
  networks:
84
- {{LOWER_NAME}}:
86
+ {{LOWER_NAME}}:
85
87
  driver: bridge
86
88
  name: {{LOWER_NAME}}-network
87
89