Skip to content

Commit 5ea108a

Browse files
authored
Updated dockerfile and start script to use the correct MC scripts (#63)
1 parent 70dfadd commit 5ea108a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ WORKDIR ${MC_HOME}
6666
COPY --from=builder /tmp/build/${MC_INSTALL_JAR} .
6767
COPY --from=builder /tmp/build/start.sh ./bin/start.sh
6868
COPY --from=builder /tmp/build/mc-conf.sh ./bin/mc-conf.sh
69-
COPY files/mc-start.sh .
69+
COPY files/mc-start.sh ./bin/mc-start.sh
7070

7171
VOLUME ["${MC_DATA}"]
7272
EXPOSE ${MC_HTTP_PORT} ${MC_HTTPS_PORT} ${MC_HEALTH_CHECK_PORT}
@@ -81,4 +81,4 @@ RUN echo "Adding non-root user" \
8181
USER ${USER_UID}
8282

8383
# Start Management Center
84-
CMD ["bash", "mc-start.sh"]
84+
CMD ["bash", "./bin/mc-start.sh"]

0 commit comments

Comments
 (0)