Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Commit

Permalink
update needed for docker volume sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
BuffaloWill committed Jan 30, 2020
1 parent 07c195e commit a30dd05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY ./docker/docker.sh scripts/docker.sh
RUN bundle install

# Allow DB to be on a shared volume
VOLUME ["$SRP_ROOT/"]
VOLUME ["$SRP_ROOT/db", "$SRP_ROOT/templates", "$SRP_ROOT/attachments", "$SRP_ROOT/tmp"]
EXPOSE 8443

CMD ["bash", "scripts/docker.sh"]
CMD bash scripts/docker.sh

0 comments on commit a30dd05

Please sign in to comment.