Skip to content

Commit

Permalink
remove non working preview links
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Sep 18, 2024
1 parent 4448523 commit aef74b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 82 deletions.
8 changes: 0 additions & 8 deletions smui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,3 @@ RUN apt-get update -y && apt-get install -y python3 python3-pip

USER smui
RUN python3 -m pip install requests

# Need custom CMD to include our custom-application.conf
CMD java \
-Dpidfile.path=$SMUI_CONF_PID_PATH \
-Dlogback.configurationFile=$SMUI_CONF_LOGBACK_XML_PATH \
-Dhttp.port=$SMUI_CONF_HTTP_PORT \
-Dconfig.file="/smui/conf/custom-application.conf" \
-jar /smui/search-management-ui-assembly-$SMUI_VERSION.jar
74 changes: 0 additions & 74 deletions smui/conf/custom-application.conf

This file was deleted.

0 comments on commit aef74b8

Please sign in to comment.