Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aripbae
/
Dump
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Dump
/
Dockerfile
aripbae
Update Dockerfile
8c3abb6
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
193 Bytes
FROM
node:latest
RUN
apt-
get
update && apt-
get
upgrade
-y
WORKDIR /tmp/app
RUN
chmod -R 777 /tmp
# RUN npm i -g tunl.cc
RUN
npm i express
COPY . .
CMD [
"sh"
,
"-c"
,
"node ."
]
#& tunl 7860 dump"]