Add ckan command alias for focal images
This commit is contained in:
parent
2485af55b0
commit
7f974b6615
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue