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...
7331ac7
rewards
/
Dockerfile
Hritik R
Update Dockerfile
7331ac7
unverified
7 months ago
raw
Copy download link
history
blame
Safe
192 Bytes
FROM
node:
18
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
CMD
[
"npm"
,
"start"
]