Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Dimaaaaaaaaaa/sonnik
Dimaaaaaaaaaa
/
ber
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fc62d99
ber
/
Dockerfile
Rooni
Update Dockerfile
8b76b24
verified
about 1 year ago
raw
Copy download link
history
blame
134 Bytes
FROM
node:
18
WORKDIR
/app
COPY
package.json ./
RUN
npm install
RUN
npm install dotenv
COPY
. .
EXPOSE
7860
CMD
[
"node"
,
"server.js"
]