Separate dockerfile layers and add volume
This commit is contained in:
@@ -14,6 +14,7 @@ services:
|
||||
- "./plugins:/app/plugins"
|
||||
- "./static:/app/static"
|
||||
- "./store:/app/store"
|
||||
- "./components:/app/components"
|
||||
ports:
|
||||
- "3000:3000"
|
||||
command: "npm run dev"
|
||||
|
||||
Reference in New Issue
Block a user