Expose pictures as volume

This commit is contained in:
Henri Bergius 2018-12-26 18:41:28 +01:00
parent 917b005a8b
commit d98042d301
2 changed files with 2 additions and 0 deletions

View file

@ -18,5 +18,6 @@ RUN npm install --only=production
# Map the volumes
VOLUME /var/infoscreens/dist
VOLUME /var/infoscreens/videos
VOLUME /var/infoscreens/pictures
CMD npm start

View file

@ -14,3 +14,4 @@ services:
volumes:
- ./dist:/var/infoscreens/dist
- ./videos:/var/infoscreens/videos
- ./pictures:/var/infoscreens/pictures