From 8e8b3e88670f5ecfb5f656eea10fa881462d5ef1 Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 12 Oct 2022 22:50:09 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 273f6a1..0da0a5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,8 @@ RUN set -ex; \ unzip && \ curl -fsSL https://bun.sh/install | bash && \ ln -sf /usr/local/share/bun/bun /usr/local/bin && \ - git clone -q "https://github.com/casjay-templates/bunjs" "/usr/local/share/template-files/data/htdocs/www" + git clone -q "https://github.com/casjay-templates/bunjs" "/usr/local/share/template-files/data/htdocs/www" && \ + cd "/usr/local/share/template-files/data/htdocs/www" && bun install COPY ./bin/. /usr/local/bin/ COPY ./data/. /usr/local/share/template-files/data/