🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-12 22:50:09 -04:00
parent 0eb12dfbfe
commit 8e8b3e8867
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -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/