Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xjf666
/
homepage
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
homepage
/
Dockerfile
xjf666
Create Dockerfile
e388503
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
158 Bytes
FROM
gethomepage/homepage
RUN
mkdir
-p /app/config
COPY
./config/* /app/config/
RUN
chown
-R node:node /app/config
WORKDIR
/app
CMD
[
"node"
,
"server.js"
]