Skip to content

Commit

Permalink
Fix composer install script (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns authored Jan 24, 2024
1 parent 5c425e6 commit cf28926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
18 changes: 0 additions & 18 deletions Docker/DockerfileComposer

This file was deleted.

8 changes: 3 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,11 @@ services:
- maria:db
- redis:redis

'composer':
composer:
container_name: mpmanager_composer
build:
context: Docker/
dockerfile: DockerfileComposer
image: composer:2.6.5
restart: "no"
command: install
command: install --ignore-platform-reqs
volumes:
- ./Website/htdocs/mpmanager:/app

Expand Down

0 comments on commit cf28926

Please sign in to comment.