diff --git a/docker/start.sh b/docker/start.sh index 50b6bd6c4..2db4bb9fc 100644 --- a/docker/start.sh +++ b/docker/start.sh @@ -13,4 +13,8 @@ gapic-generator-typescript \ --output-dir /out \ $* \ `find /in -name '*.proto'` + +# The proto.list is only needed for generation, removing it +rm -f /out/proto.list + exit 0