We need to be able to write in /tmp inside the docker

This commit is contained in:
Las Zenow 2021-03-15 16:32:55 +00:00
parent 2c535dba83
commit 68f5d95915
2 changed files with 2 additions and 1 deletions

View file

@ -21,7 +21,7 @@ COPY logger.xml /
ENV TRANTOR_ASSETS=/assets
ENV TRANTOR_STORE=/store
VOLUME /store
VOLUME /store /tmp
WORKDIR /
ENTRYPOINT ["/trantor"]