Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
quanvndzai
/
cicd
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
cicd
/
Dockerfile
plsgivemeachane
LOL IDK
f88e141
about 2 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
174 Bytes
FROM
oven/bun:
1.1
.
12
-debian
WORKDIR
/code
COPY
. .
RUN
apt update
RUN
apt install tree -y
RUN
tree
WORKDIR
/code/app
RUN
ls
RUN
bun install
CMD
[
"bun"
,
"run"
,
"dev"
]