tester: Fix health.proto permissions

This commit is contained in:
stefanprodan
2020-02-28 13:43:28 +02:00
parent 793e998a39
commit 273f84b374
+1
View File
@@ -51,6 +51,7 @@ ADD https://raw.githubusercontent.com/grpc/grpc-proto/master/grpc/health/v1/heal
COPY ./bin/loadtester .
RUN chown -R app:app ./
RUN chown -R app:app /tmp/ghz
USER app