We need to be able to write in /tmp inside the docker
This commit is contained in:
parent
2c535dba83
commit
68f5d95915
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ COPY logger.xml /
|
|||
|
||||
ENV TRANTOR_ASSETS=/assets
|
||||
ENV TRANTOR_STORE=/store
|
||||
VOLUME /store
|
||||
VOLUME /store /tmp
|
||||
WORKDIR /
|
||||
|
||||
ENTRYPOINT ["/trantor"]
|
||||
|
|
Reference in a new issue