|
@@ -17,6 +17,10 @@ services:
|
|
|
context: .
|
|
context: .
|
|
|
dockerfile: Dockerfile
|
|
dockerfile: Dockerfile
|
|
|
|
|
|
|
|
|
|
+ ports:
|
|
|
|
|
+ - 3000:3000
|
|
|
|
|
+ - 3001:3001 # for browser-sync
|
|
|
|
|
+
|
|
|
volumes:
|
|
volumes:
|
|
|
- ..:/workspace/growi:cached
|
|
- ..:/workspace/growi:cached
|
|
|
- /workspace/growi/node_modules
|
|
- /workspace/growi/node_modules
|