aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog.md1
-rw-r--r--Dockerfile1
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
diff --git a/Dockerfile b/Dockerfile
index 2ff1e7a..9a480fa 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -43,7 +43,6 @@ RUN apk add --no-cache --virtual build-deps \
rustup self uninstall -y
USER $user
-VOLUME logs
CMD ["./bin/misshtbt.sh"]