Add VOLUME directive to Dockerfile
This commit is contained in:
parent
610f6cd6ce
commit
dd34ceae27
@ -22,6 +22,7 @@ RUN chown -R soldat:root /soldat/logs/
|
||||
|
||||
USER soldat
|
||||
|
||||
VOLUME ["/soldat/config", "/soldat/logs"]
|
||||
EXPOSE 23073
|
||||
|
||||
ENTRYPOINT ["/soldat/startserver.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user