Add ckan command alias for focal images

This commit is contained in:
Marko Bocevski 2020-12-16 20:40:10 +01:00
parent 2485af55b0
commit 7f974b6615
2 changed files with 6 additions and 0 deletions

View File

@ -213,6 +213,9 @@ RUN rm -rf /srv/app/wheels /srv/app/ext_wheels
# Copy necessary scripts
COPY setup/app ${APP_DIR}
# Copy the alias script for paster to be ckan so it's compatible with 2.9
COPY setup/bin/ckan /usr/bin/ckan
# Create entrypoint directory for children image scripts
ONBUILD RUN mkdir docker-entrypoint.d

View File

@ -198,6 +198,9 @@ RUN rm -rf /srv/app/wheels /srv/app/ext_wheels
# Copy necessary scripts
COPY setup/app ${APP_DIR}
# Copy the alias script for paster to be ckan so it's compatible with 2.9
COPY setup/bin/ckan /usr/bin/ckan
# Create entrypoint directory for children image scripts
ONBUILD RUN mkdir docker-entrypoint.d