Expose pictures as volume
This commit is contained in:
parent
917b005a8b
commit
d98042d301
2 changed files with 2 additions and 0 deletions
|
@ -18,5 +18,6 @@ RUN npm install --only=production
|
||||||
# Map the volumes
|
# Map the volumes
|
||||||
VOLUME /var/infoscreens/dist
|
VOLUME /var/infoscreens/dist
|
||||||
VOLUME /var/infoscreens/videos
|
VOLUME /var/infoscreens/videos
|
||||||
|
VOLUME /var/infoscreens/pictures
|
||||||
|
|
||||||
CMD npm start
|
CMD npm start
|
||||||
|
|
|
@ -14,3 +14,4 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./dist:/var/infoscreens/dist
|
- ./dist:/var/infoscreens/dist
|
||||||
- ./videos:/var/infoscreens/videos
|
- ./videos:/var/infoscreens/videos
|
||||||
|
- ./pictures:/var/infoscreens/pictures
|
||||||
|
|
Loading…
Reference in a new issue