You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
version: '3.7' |
|
|
|
services: |
|
es6-nodejs: |
|
image: nodejs-soap-test |
|
container_name: nodejs-soap-test |
|
build: . |
|
volumes: |
|
- ./src:/usr/src/app/src |
|
- ./public:/usr/src/app/public |
|
ports: |
|
- 6001:6001 |
|
environment: |
|
- NODEJS_PORT=6001 |
|
command: ["npm","run","watch"]
|
|
|