Skip to content

Commit

Permalink
Added Volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Hidalgo Caballero committed May 2, 2016
1 parent 5ad8aff commit af8bcec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ ADD ./contrib/docker/my_init.d /etc/my_init.d
ADD ./contrib/docker/svc /etc/service
CMD ["/sbin/my_init"]

# Volumes
VOLUME ["/usr/lib/ckan/default"]
VOLUME ["/etc/ckan/default"]
VOLUME ["/var/lib/ckan"]

# Expose Port
EXPOSE 80

RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

0 comments on commit af8bcec

Please sign in to comment.