Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
devme/q2waepnilm
aigenai
/
qwen-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6902df1
qwen-api
/
Dockerfile
devme
Update Dockerfile
4990916
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
90 Bytes
FROM
node:lts-alpine
WORKDIR
/app
COPY
. .
RUN
npm i
EXPOSE
3000
CMD
[
"npm"
,
"start"
]