even flatter images
This commit is contained in:
parent
d7cdb08fb6
commit
e4fe00a91a
2 changed files with 4 additions and 0 deletions
|
@ -15,3 +15,5 @@ docker-compose.yml
|
|||
src
|
||||
views
|
||||
public_html
|
||||
inc
|
||||
server.coffee
|
||||
|
|
|
@ -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"
|
||||
|
|
Reference in a new issue