Skip to content

Commit

Permalink
Merge branch 'docker-build-rewarding-client' into 'main'
Browse files Browse the repository at this point in the history
feat(docker): build rewarding client in docker

See merge request flarenetwork/ftso-scaling!105
  • Loading branch information
alenabelium committed Jul 8, 2024
2 parents cbc2fdb + 024a347 commit 2af75ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ COPY --from=nodemodules /app/node_modules /app/node_modules
COPY . ./

RUN yarn build
RUN yarn build ftso-reward-calculation-process

FROM node:18-slim as runtime

Expand Down

0 comments on commit 2af75ae

Please sign in to comment.