File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ ENV SOLR_HOME="/opt/solr/server/solr"
11
11
12
12
USER root
13
13
COPY configsets /opt/docker-solr/configsets
14
- COPY scripts/healthcheck.sh /opt/docker-solr/healthcheck.sh
15
- COPY scripts/docksal-preinit /opt/docker-solr/docksal-preinit
14
+ COPY scripts/healthcheck.sh /opt/docker-solr/scripts/ healthcheck.sh
15
+ COPY scripts/docksal-preinit /opt/docker-solr/scripts/ docksal-preinit
16
16
17
17
RUN set -xe; \
18
18
apt-get update && \
@@ -27,7 +27,7 @@ RUN set -xe; \
27
27
if [ "${MAJOR_VERSION}" = "9" ]; then \
28
28
# Needed for 9.x and above
29
29
sed -i '/exec "$@"/i . docksal-preinit' /opt/solr/docker/scripts/docker-entrypoint.sh; \
30
- cp /opt/docker-solr/healthcheck.sh /opt/docker-solr/docksal-preinit /opt/solr/docker/scripts/; \
30
+ cp /opt/docker-solr/scripts/ healthcheck.sh /opt/docker-solr/scripts /docksal-preinit /opt/solr/docker/scripts/; \
31
31
fi; \
32
32
if [ "${MAJOR_VERSION}" = "8" ]; then \
33
33
# Needed for 8.x and below
You can’t perform that action at this time.
0 commit comments