Update Dockerfile
This commit is contained in:
parent
56219b7e01
commit
faedf37fcf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue