Merge pull request #9 from keitaroinc/nofilestore
filestore is core plugin, no need to include it as external plugin
This commit is contained in:
commit
6f45059c03
|
@ -55,7 +55,7 @@ ENV APP_DIR=/srv/app
|
|||
ENV SRC_DIR=/srv/app/src
|
||||
ENV PIP_SRC=${SRC_DIR}
|
||||
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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue