Update Dockerfile

This commit is contained in:
Minoplhy 2021-07-31 23:57:00 +07:00 committed by GitHub
parent bf445e7f59
commit 646c67719a
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 ["/filters.sh"]
ENTRYPOINT ["bash filters.sh"]