🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-12 22:21:46 -04:00
parent 1ce9af7e42
commit 6bef97deeb
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -19,7 +19,7 @@ RUN set -ex; \
mkdir -p "/usr/local/share/template-files/data/htdocs/www" && \ mkdir -p "/usr/local/share/template-files/data/htdocs/www" && \
apt-get update && apt-get upgrade -yy && apt-get install -yy \ apt-get update && apt-get upgrade -yy && apt-get install -yy \
unzip && \ 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 ./bin/. /usr/local/bin/
COPY ./data/. /usr/local/share/template-files/data/ COPY ./data/. /usr/local/share/template-files/data/