🐛 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
Contributor
  • 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
- 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
jeanclaude was assigned by jonas 2020-12-18 23:50:25 +01:00
Owner

Makes sense. Actually, I am using the ./ notation too for all my recently initialized docker containers.

Makes sense. Actually, I am using the `./` notation too for all my recently initialized docker containers.
jeanclaude closed this pull request 2020-12-19 08:53:36 +01:00
jeanclaude deleted branch fix/build-n-run-issues 2020-12-19 08:53:51 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jeanclaude/DynDns#1
No description provided.