Skip to content

Commit

Permalink
Quote ENV vars
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Nov 11, 2024
1 parent 02dc531 commit b0a27df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan-2.9/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0a27df

Please sign in to comment.