Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
quanvndzai
/
cicd
like
0
Sleeping
App
Files
Files
Community
4531b47
cicd
/
Dockerfile
plsgivemeachane
LOL IDK
4531b47
5 months ago
raw
Copy download link
history
blame
Safe
171 Bytes
FROM
oven/bun:
1.1
.
12
-debian
WORKDIR
/code
COPY
. .
RUN
apt update
RUN
apt install tree -y
RUN
tree
WORKDIR
/app
RUN
ls
RUN
bun install
CMD
[
"bun"
,
"run"
,
"start"
]