diff options
-rw-r--r-- | Changelog.md | 1 | ||||
-rw-r--r-- | Dockerfile | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index e79e618..811e669 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Cleanup code - Removed extraneous parentheses - Use yyyy/mm/dd format in Changelog +- Removed volume mapping from Dockerfile ### Fixed - pytest fails if http\_proxy is set @@ -43,7 +43,6 @@ RUN apk add --no-cache --virtual build-deps \ rustup self uninstall -y USER $user -VOLUME logs CMD ["./bin/misshtbt.sh"] |