filestore is core plugin, no need to include it as external plugin
This commit is contained in:
parent
0c3ea651a3
commit
613ce58dfa
|
@ -55,7 +55,7 @@ ENV APP_DIR=/srv/app
|
||||||
ENV SRC_DIR=/srv/app/src
|
ENV SRC_DIR=/srv/app/src
|
||||||
ENV PIP_SRC=${SRC_DIR}
|
ENV PIP_SRC=${SRC_DIR}
|
||||||
ENV CKAN_SITE_URL=http://localhost:5000
|
ENV CKAN_SITE_URL=http://localhost:5000
|
||||||
ENV CKAN__PLUGINS envvars image_view text_view recline_view datastore datapusher filestore
|
ENV CKAN__PLUGINS envvars image_view text_view recline_view datastore datapusher
|
||||||
|
|
||||||
WORKDIR ${APP_DIR}
|
WORKDIR ${APP_DIR}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue