Compare commits

...

2 Commits

Author SHA1 Message Date
meeg_leeto 85d240906d misc: added .dockerignore to ignore target/ 2022-04-21 17:52:55 +01:00
meeg_leeto 6f4a1c25c9 fix: docker-compose 2022-04-21 17:52:05 +01:00
2 changed files with 3 additions and 2 deletions

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
target/

View File

@ -3,8 +3,8 @@ services:
lonk:
build: .
environment:
- LONK_CONFIG: /data/config.json
- PROFILE: debug
- LONK_CONFIG="/data/config.json"
- PROFILE="debug"
volumes:
- ./data:/data
redis: