Skip to content

Commit

Permalink
EntryPoint In /
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Hidalgo Caballero committed Dec 4, 2016
1 parent 2a949a4 commit 2c22fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -32,8 +32,8 @@ RUN ckan-pip install -e $CKAN_HOME/src/ckan/
RUN ln -s $CKAN_HOME/src/ckan/ckan/config/who.ini $CKAN_CONFIG/who.ini

# SetUp EntryPoint
COPY ./contrib/docker/ckan-entrypoint.sh /usr/local/bin/
ENTRYPOINT ["ckan-entrypoint.sh"]
COPY ./contrib/docker/ckan-entrypoint.sh /
ENTRYPOINT ["/ckan-entrypoint.sh"]

# Volumes
VOLUME ["/etc/ckan/default"]
Expand Down

0 comments on commit 2c22fd3

Please sign in to comment.