Skip to content

Commit

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

Expand Down

0 comments on commit c9fb8cd

Please sign in to comment.