Skip to content

Commit

Permalink
fix directories
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Jun 17, 2024
1 parent 929a1d0 commit 57ff1a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COPY --from=builder /app/target/release/relay /usr/opt/bonsol
COPY --from=risczero/risc0-groth16-prover:v2024-04-03.2 /app/stark_verify /usr/opt/bonsol/stark/stark_verify
COPY --from=risczero/risc0-groth16-prover:v2024-04-03.2 /app/stark_verify.dat /usr/opt/bonsol/stark/stark_verify.dat
COPY --from=risczero/risc0-groth16-prover:v2024-04-03.2 /app/stark_verify_final.zkey /usr/opt/bonsol/stark/stark_verify_final.zkey
COPY --from=risczero/risc0-groth16-prover:v2024-04-03.2 /usr/local/sbin/rapidsnark /app/stark/rapidsnark
COPY --from=risczero/risc0-groth16-prover:v2024-04-03.2 /usr/local/sbin/rapidsnark /usr/opt/bonsol/stark/rapidsnark
WORKDIR /usr/opt/bonsol
ENTRYPOINT ["relay"]

Expand Down
2 changes: 1 addition & 1 deletion charts/bonsol-node/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ["/opt/bonsol/relay", "-f /opt/bonsol/Node.toml"]
command: ["/usr/opt/bonsol", "-f /opt/bonsol/Node.toml"]
ports:
- name: http
containerPort: {{ .Values.service.port }}
Expand Down

0 comments on commit 57ff1a3

Please sign in to comment.