Go to file
Joachim Lusiardi ef02cc8ab3 Add basic build and run information 2016-04-14 07:02:28 +02:00
app Add authentication for pre-existing users. 2015-08-03 22:24:55 +02:00
Dockerfile Add EXPOSE information 2015-08-02 22:43:58 +02:00
README.md Add basic build and run information 2016-04-14 07:02:28 +02:00
create_icons.sh next try with icons 2015-03-22 13:31:03 +01:00
icon_orig.png tuned apple icon 2015-03-22 11:02:59 +01:00

README.md

How to build & run

build

docker build --tag=$(basename $PWD) .

run in development

docker run --name rollerverbrauch -ti -v pwd/app:/app -p 5000:5000 rollerverbrauch

run in production

docker run --name pitstops -d -v /data/pitstops/:/data -p 80:5000 rollerverbrauch