🐛 FIX: build / run issues with docker mount points #1

Merged
jeanclaude merged 1 commits from jonas/DynDns:fix/build-n-run-issues into master 2020-12-19 08:53:36 +01:00

1 Commits

Author SHA1 Message Date
Jonas Sulzer a9731b30a4
🐛 FIX: build / run issues with docker mount points
- using ./ instead of ${PWD} is more universal and doesn't depend on the corresponding env variable to be set in the environment
- when mounting /app/lastIp, docker wants this to be a directory and not a file for it to work

Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2020-12-18 23:43:36 +01:00