feat: adding build for server side verifier

This commit is contained in:
Codetrauma
2024-11-07 15:08:56 +07:00
parent ecd69f6446
commit ab468aabaf

View File

@@ -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