[cifuzz] Dummy change to test something.

This commit is contained in:
Max Moroz 2020-02-06 10:46:55 -08:00
parent f4f2fdd7b1
commit 67353e882d
1 changed files with 1 additions and 1 deletions

View File

@ -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"]