webpack 有冇offical docker image?
我google找唔到, 試過好多都唔得- # docker-compose.yaml
- version: "3"
- services:
- frontend:
- image: selina-server
- #build: .
- ports:
- - 3000:3000
- volumes:
- - ./app:/bindmount:rw
- # The volume is effectively hiding node_modules from the host and must be in this order
- - node_modules:/src/node_modules
- volumes:
- node_modules:
複製代碼 |
|
|