38f09ce 7331ac7
1
2
3
4
5
6
7
8
9
10
11
12
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"]