From dd34ceae2759121a9eb483960d3abe8a0facf0ce Mon Sep 17 00:00:00 2001 From: Buttercak3 Date: Thu, 11 Jun 2020 17:07:04 +0200 Subject: [PATCH] Add VOLUME directive to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index db1fde4..d9c286a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ RUN chown -R soldat:root /soldat/logs/ USER soldat +VOLUME ["/soldat/config", "/soldat/logs"] EXPOSE 23073 ENTRYPOINT ["/soldat/startserver.sh"]