From 6bef97deebfd604483d733fcd861382027f38c41 Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 12 Oct 2022 22:21:46 -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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d879d71..4be48d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG TIMEZONE="America/New_York" \ IMAGE_NAME="deno" \ LICENSE="MIT" \ PORTS="1-65535" \ - DEBUG="" \ + DEBUG="" \ DENO_VERSION="v1.26.1" ENV TZ="$TIMEZONE" \ @@ -19,7 +19,7 @@ RUN set -ex; \ mkdir -p "/usr/local/share/template-files/data/htdocs/www" && \ apt-get update && apt-get upgrade -yy && apt-get install -yy \ unzip && \ - 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/denojs" "/usr/local/share/template-files/data/htdocs/www" COPY ./bin/. /usr/local/bin/ COPY ./data/. /usr/local/share/template-files/data/