even flatter images

This commit is contained in:
Jörn-Michael Miehe 2018-12-16 02:36:08 +01:00
parent d7cdb08fb6
commit e4fe00a91a
2 changed files with 4 additions and 0 deletions

View file

@ -15,3 +15,5 @@ docker-compose.yml
src
views
public_html
inc
server.coffee

View file

@ -9,6 +9,8 @@ services:
- "${PWD}/src:/app/src"
- "${PWD}/views:/app/views:ro"
- "${PWD}/public_html:/app/public_html"
- "${PWD}/inc:/app/inc:ro"
- "${PWD}/server.coffee:/app/server.coffee:ro"
# - "${PWD}/fftcg.db:/app/fftcg.db"
ports:
- "3000:3000"