Update Dockerfile

This commit is contained in:
Minoplhy 2021-07-31 23:59:20 +07:00 committed by GitHub
parent cc97baec64
commit ad6f4c0355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,4 +5,4 @@ FROM debian
COPY filters.sh /filters.sh
RUN apt-get update && apt-get install -y curl && apt-get install -y git
# Code file to execute when the docker container starts up (`entrypoint.sh`)
ENTRYPOINT ["chmod ./filters.sh && ./filters.sh"]
ENTRYPOINT ["chmod +x ./filters.sh && ./filters.sh"]