From be551d156965d74709571c2247b85f2e2a69a082 Mon Sep 17 00:00:00 2001 From: Scott Stroud Date: Mon, 16 Aug 2021 12:01:35 -0600 Subject: [PATCH] meh --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab22489..aa100c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ WORKDIR /opt/ ENV CONFIG_DIR=/mnt/config ENV CUB_CLASSPATH='"/usr/share/java/cp-base-new/*"' COPY scripts/licenses /licenses -COPY jsonnet /usr/local/bin/jsonnet +# COPY jsonnet /usr/local/bin/jsonnet COPY scripts/ /opt RUN chmod -R ag+wx "/opt" -- GitLab