Skip to content
Snippets Groups Projects

FE-10 Integrate configuration page with API

Merged Ruslan Rabadanov requested to merge FE-10-Configuration-api-integration into main
Compare and Show latest version
1 file
+ 2
3
Preferences
Compare changes
+ 2
3
services:
miars-ng:
build: .
network_mode: "host"
volumes:
- .:/app
- node_modules:/app/node_modules
ports:
- "4200:4200"
command: ["npm", "run", "start", "--", "--host", "0.0.0.0", "--poll=2000", "--proxy-config", "proxy.conf.json"]
command: ["npm", "run", "start", "--", "--host", "0.0.0.0", "--poll=2000", "--proxy-config", "src/proxy.conf.json"]
volumes:
node_modules: