Go to file
Joachim Lusiardi 6f218e591f add render_field macro to layout.html 2016-04-17 15:06:54 +02:00
app add render_field macro to layout.html 2016-04-17 15:06:54 +02:00
.gitignore add .gitignore file 2016-04-14 19:53:49 +02:00
Dockerfile reworked docker file for faster build times 2016-04-13 08:30:13 +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