Step 36/55 : COPY --from=composer-build /tmp/Vendor /var/www/MISP/app/Vendor
---> 7f6834a577d1
Step 37/55 : COPY --from=composer-build /tmp/Plugin /var/www/MISP/app/Plugin
COPY failed: stat tmp/Plugin: file does not exist
composer/installers contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe. See https://getcomposer.org/allow-plugins
You can run "composer config --no-plugins allow-plugins.composer/installers [true|false]" to enable it (true) or keep it disabled and suppress this warning (false)
ssl
directory
docker-compose.override.yml
file and specify the baseurl you want to remain after re-launching the containers.docker-compose.override.yml
file should look something like this:version: '3'
services:
misp:
environment:
- "HOSTNAME=https://PUT_YOUR_BASE_URL_HERE"
Incorrect definition of table mysql.***
in the db docker logs
mysql_upgrade -u root -p
should fix it