mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-20 13:45:38 +00:00
Update
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@ -0,0 +1,10 @@
|
||||
volumes:
|
||||
node_modules:
|
||||
pnpm-store:
|
||||
services:
|
||||
builder:
|
||||
build: .
|
||||
volumes:
|
||||
- .:/build
|
||||
- node_modules:/build/node_modules/
|
||||
- pnpm-store:/build/.pnpm-store/
|
Reference in New Issue
Block a user