Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Nov 20, 2024
1 parent 98573b9 commit 4dec509
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions multimeasurements/multimeasurements.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import (
"github.com/flashbots/cvm-reverse-proxy/internal/attestation/measurements"
)

// MultiMeasurements is holds several known measurements, and can check if a
// given measurements matches a known one.
// MultiMeasurements holds several known measurements, and can check if
// given measurements match known ones.
type MultiMeasurements struct {
Measurements []MeasurementsContainer
}
Expand Down
2 changes: 1 addition & 1 deletion proxy-server.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM alpine:latest
WORKDIR /app
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /build/proxy-server /app/proxy-server
RUN echo "{\"azure-tdx\": {}}" > /app/measurements-empty.json
RUN echo "[{}]" > /app/measurements-empty.json
ENV LISTEN_ADDR=":8080"
EXPOSE 8080
CMD ["/app/proxy-server"]

0 comments on commit 4dec509

Please sign in to comment.