🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-21 01:37:15 -04:00
parent 14dc31949f
commit c0d72f456f
4 changed files with 7 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ RUN set -ex; \
dpkg-reconfigure --frontend=noninteractive locales && \
update-locale LANG=en_US.UTF-8 && \
git clone -q "https://github.com/casjay-templates/denojs" "${DEFAULT_DATA_DIR}/htdocs/www" && \
cd "${DEFAULT_DATA_DIR}/htdocs/www" && /usr/local/bin/get-deno.sh
/usr/local/bin/get-deno.sh
RUN echo 'Running cleanup' ; \
apt-get clean ; \