Update Dockerfile

This commit is contained in:
Brett 2022-06-02 14:24:07 +02:00
parent 56219b7e01
commit faedf37fcf
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ENV PIP_SRC=${SRC_DIR}
ENV CKAN_STORAGE_PATH=/var/lib/ckan ENV CKAN_STORAGE_PATH=/var/lib/ckan
ENV GIT_URL=https://github.com/ckan/ckan.git ENV GIT_URL=https://github.com/ckan/ckan.git
# CKAN version to build # CKAN version to build
ENV GIT_BRANCH=ckan-2.9.4 ENV GIT_BRANCH=ckan-2.9.5
# Customize these on the .env file if needed # Customize these on the .env file if needed
ENV CKAN_SITE_URL=http://localhost:5000 ENV CKAN_SITE_URL=http://localhost:5000
ENV CKAN__PLUGINS image_view text_view recline_view datastore datapusher envvars ENV CKAN__PLUGINS image_view text_view recline_view datastore datapusher envvars