Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
reachbest
/
rewards
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
38f09ce
rewards
/
DockerFile
Hritik R
Add Dockerfile
38f09ce
unverified
7 months ago
raw
Copy download link
history
blame
Safe
196 Bytes
FROM
node:
18
USER
node
RUN
--mount=
type
=secret,
id
=GIT_REPO,mode=0444,required=
true
\
git
clone
$(
cat
/run/secrets/GIT_REPO)
WORKDIR
/rewards
RUN
npm install
RUN
npm run build
RUN
npm start