Skip to content

Commit

Permalink
Clean up unneeded NPM container (#44)
Browse files Browse the repository at this point in the history
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
dmohns authored Mar 4, 2024
1 parent addb167 commit 8ec7b9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
6 changes: 0 additions & 6 deletions Docker/DockerfileNpm

This file was deleted.

29 changes: 0 additions & 29 deletions Docker/configuration/npm/start.sh

This file was deleted.

0 comments on commit 8ec7b9f

Please sign in to comment.