Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
severo
/
followgraph
like
34
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
b369d17
followgraph
/
Dockerfile
severo
HF staff
copy files
b369d17
6 months ago
raw
Copy download link
history
blame
Safe
146 Bytes
FROM
node:19
WORKDIR /usr/src/app
COPY package.json package-lock.json ./
RUN
npm ci
RUN
npm rebuild
COPY . ./
RUN
npm
run
build
RUN
npm
run
start