From 7579a17df821fdfeb29007327df2e786385a0ed6 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 10 Feb 2020 20:39:04 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce06054..7a25d68 100755 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN yum -q -qy update \ && rm -rf /var/cache/yum RUN mkdir -p /opt/shibui -COPY --from=bootstrap shibui.jar /opt/shibui/ +COPY --from=bootstrap shibui.war /opt/shibui/ COPY containerfiles/supervisord.conf /etc/supervisor/supervisord.conf COPY containerfiles/users.txt /opt/shibui