Skip to content

Commit

Permalink
feat: adding build for server side verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Codetrauma committed Nov 7, 2024
1 parent ecd69f6 commit ab468aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ WORKDIR /app

COPY . .

RUN curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y
RUN npm install
RUN npm i --prefix rs/0.1.0-alpha.7/
RUN touch server/util/poaps.txt
RUN touch server/util/assignments.json
RUN npm run build
Expand Down

0 comments on commit ab468aa

Please sign in to comment.