Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Charan5775
/
log_apis
like
0
Sleeping
App
Files
Files
Community
2380e4d
log_apis
/
Dockerfile
Charan5775
Update Dockerfile
2380e4d
verified
16 days ago
raw
Copy download link
history
blame
Safe
195 Bytes
FROM
node:
18
RUN
git
clone
https://github.com/charan200415/log_apis /app
WORKDIR
/app
RUN
npm install
ENV
SERVER_URL=
"https://charan5775-log-apis.hf.space/"
EXPOSE
3000
CMD
[
"node"
,
"index.js"
]