diff --git a/ckan-2.9/base/Dockerfile b/ckan-2.9/base/Dockerfile index 10c146f..fc23f1b 100644 --- a/ckan-2.9/base/Dockerfile +++ b/ckan-2.9/base/Dockerfile @@ -13,7 +13,7 @@ ENV GIT_URL=https://github.com/ckan/ckan.git ENV GIT_BRANCH=${CKAN_VERSION} # Customize these on the .env file if needed ENV CKAN_SITE_URL=http://localhost:5000 -ENV CKAN__PLUGINS image_view text_view recline_view datastore envvars +ENV CKAN__PLUGINS="image_view text_view recline_view datastore envvars" # UWSGI options ENV UWSGI_HARAKIRI=50