2017-01-30 15:41:12 +01:00
2016-11-07 21:07:59 +01:00
2017-01-30 15:41:12 +01:00
2015-10-04 22:40:05 +02:00
2016-10-12 11:16:26 -04:00

DockerFile for invoice ninja (https://www.invoiceninja.com/)

This image is based on php:7 official version.

The easiest way to test Invoice Ninja with docker is by copying the example directory and run docker-compose up. The first launch could be slow because we create all tables and seed the database, but once youe see NOTICE: ready to handle connections all is ready.

To make your data persistent, you have to mount /var/www/app/public/logo and /var/www/app/storage.

Languages
Markdown 100%