Adding keys volume

This commit is contained in:
Fabian Stamm 2019-12-16 14:41:20 +01:00
parent 2a20603486
commit bfe53573f6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ RUN npm install
COPY lib/ /usr/src/app/lib
COPY views/out /usr/src/app/views/out/
VOLUME [ "/usr/src/app/logs"]
VOLUME [ "/usr/src/app/logs", "/usr/src/app/keys"]
EXPOSE 3004/tcp