Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/shared_folder'
Browse files Browse the repository at this point in the history
  • Loading branch information
farribeiro committed Jun 1, 2017
2 parents 0a4db73 + 25ddffe commit ce2f110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ RUN groupadd -g 1000 -r ff \
# Run firefox as non privileged user
USER ff

# Add volume for recipes PDFs
VOLUME "/home/ff/Downloads"

# Autorun chrome
CMD [ "/home/ff/startup.sh" ]
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ services:
- /dev/shm:/dev/shm
- /tmp/.X11-unix:/tmp/.X11-unix
- ${XAUTHORITY}:/tmp/.docker.xauth:ro
- ~/BankFiles:/home/ff/Downloads

0 comments on commit ce2f110

Please sign in to comment.