Killian Kemps (https://github.com/KillianKemps) has created an awesome Docker configuration to setup a Docker environment for production purpose. Thanks to Killian it is much easier now to run PIA. A simple docker-compose up does everything and gives a running website : front-end, back-end and database.
Dear CNIL Team, PIA docker team
i was eager to use the docker version of Privacy Impact Assessment tool. When i tried to install docker and executed the docker compose file, i got few errors with respect to mimemagic in gem installer. As a consequence i installed shared-mime-info in the backend and mimemagic. After including the following changes to docker/cnil-pia-back/Dockerfile
the line after line number 21
# Install shared-mime info and update mimemagic
RUN apt install shared-mime-info
RUN bundle update mimemagic
the docker application worked normally. Can you review it and update it in master branch as well so that it is useful for others.
Best regards
Dear CNIL Team, PIA docker team i was eager to use the docker version of Privacy Impact Assessment tool. When i tried to install docker and executed the docker compose file, i got few errors with respect to mimemagic in gem installer. As a consequence i installed shared-mime-info in the backend and mimemagic. After including the following changes to docker/cnil-pia-back/Dockerfile the line after line number 21
the docker application worked normally. Can you review it and update it in master branch as well so that it is useful for others. Best regards