Add VOLUME directive to Dockerfile

This commit is contained in:
Buttercak3 2020-06-11 17:07:04 +02:00
parent 610f6cd6ce
commit dd34ceae27
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RUN chown -R soldat:root /soldat/logs/
USER soldat
VOLUME ["/soldat/config", "/soldat/logs"]
EXPOSE 23073
ENTRYPOINT ["/soldat/startserver.sh"]