Skip to content

Commit

Permalink
CKAN Dockerfile: factor out CKAN_CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Mayer authored and Florian Mayer committed Jul 31, 2017
1 parent 2d713e1 commit 0ca47a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -50,5 +50,5 @@ ENTRYPOINT ["/ckan-entrypoint.sh"]
USER ckan
EXPOSE 5000

CMD ["ckan-paster","serve","/etc/ckan/ckan.ini"]
CMD ["ckan-paster","serve","${CKAN_CONFIG}/ckan.ini"]

0 comments on commit 0ca47a6

Please sign in to comment.