Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up unneeded NPM container (#44)
The UI is build in it's own Docker conainter from `ui` directory. Removing a leftover from previous design. When we had ``` 'node': container_name: mpmanager_node build: context: Docker/ dockerfile: DockerfileNpm volumes: - ./Website/htdocs/mpmanager:/home/node/app command: /bin/sh -c "/tmp/start.sh" ``` in the Compose file, which no longer exists.
- Loading branch information