作者: 二師兄 時間: 2021-9-6 14:47 標題: 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:
作者: lifehome 時間: 2021-9-14 22:45
點解要用 docker 去做 webpack 啊?
通常都會崁入去個 nodejs project 入面,一次過連 linting 同 CI/CD 等等 workflow 串起黎做架wor?
