Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
krin002
/
qfa
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
qfa
/
Dockerfile
krin002
Update Dockerfile
0cdd828
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
107 Bytes
FROM
openmind000/qfree:merge-latest
WORKDIR
/app
RUN
chmod
-R 777 /app
EXPOSE
8000
CMD
[
"npm"
,
"start"
]