Skip to content

Commit

Permalink
remove init script create_groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bayr committed Jan 8, 2024
1 parent 9ce4403 commit 1ab2a06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sddi-urban/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,7 @@ RUN set -ex && \
ckan config-tool "${CKAN_INI}" "ckanext.geoview.shp_viewer.encoding = UTF-8" && \
# Remove wheels
rm -rf ${APP_DIR}/ext_wheels
# Remove init script
rm -f ${APP_DIR}/docker-afterinit.d/01_create_groups.sh

USER ckan

0 comments on commit 1ab2a06

Please sign in to comment.