mirror of
https://github.com/FranP-code/TurboRun.git
synced 2025-10-13 00:14:01 +00:00
added node (npm) option
This commit is contained in:
10
Dockerfiles/node (yarn)/docker-compose.yml
Normal file
10
Dockerfiles/node (yarn)/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: "2.9"
|
||||
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
volumes:
|
||||
- .:/usr/src
|
||||
- /usr/src/node_modules
|
||||
environment:
|
||||
NODE_ENV: ${NODE_ENV}
|
||||
Reference in New Issue
Block a user