mirror of
https://github.com/casjaysdevdocker/bun
synced 2025-01-18 12:34:33 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
0eb12dfbfe
commit
8e8b3e8867
@ -20,7 +20,8 @@ RUN set -ex; \
|
|||||||
unzip && \
|
unzip && \
|
||||||
curl -fsSL https://bun.sh/install | bash && \
|
curl -fsSL https://bun.sh/install | bash && \
|
||||||
ln -sf /usr/local/share/bun/bun /usr/local/bin && \
|
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 ./bin/. /usr/local/bin/
|
||||||
COPY ./data/. /usr/local/share/template-files/data/
|
COPY ./data/. /usr/local/share/template-files/data/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user