From 67353e882d42ee3f5b28e987b21dd82268878754 Mon Sep 17 00:00:00 2001 From: Max Moroz Date: Thu, 6 Feb 2020 10:46:55 -0800 Subject: [PATCH] [cifuzz] Dummy change to test something. --- infra/cifuzz/actions/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/cifuzz/actions/Dockerfile b/infra/cifuzz/actions/Dockerfile index fe69d00ce..947c3a222 100644 --- a/infra/cifuzz/actions/Dockerfile +++ b/infra/cifuzz/actions/Dockerfile @@ -40,5 +40,5 @@ RUN git clone https://github.com/google/oss-fuzz.git ${OSS_FUZZ_ROOT} # Copies your code file from action repository to the container COPY entrypoint.py /opt/entrypoint.py -# Python file to execute when the docker container starts up +# Command to execute when the docker container starts up ENTRYPOINT ["python3", "/opt/entrypoint.py"]