Skip to content

Commit 318f56a

Browse files
authored
add empty measurements file to docker image (#17)
1 parent feca0d1 commit 318f56a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proxy-server.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ FROM alpine:latest
1818
WORKDIR /app
1919
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
2020
COPY --from=builder /build/proxy-server /app/proxy-server
21+
RUN echo "{\"azure-tdx\": {}}" > /app/measurements-empty.json
2122
ENV LISTEN_ADDR=":8080"
2223
EXPOSE 8080
2324
CMD ["/app/proxy-server"]

0 commit comments

Comments
 (0)