Skip to content

Commit

Permalink
add empty measurements file to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Oct 9, 2024
1 parent feca0d1 commit 58b4252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy-server.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +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
ENV LISTEN_ADDR=":8080"
EXPOSE 8080
CMD ["/app/proxy-server"]

0 comments on commit 58b4252

Please sign in to comment.