11 lines
151 B
YAML
11 lines
151 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
nodejs:
|
|
build:
|
|
context: ./
|
|
image: quagga2/build
|
|
volumes:
|
|
- .:/quagga2
|
|
command: "npm run build"
|