Update Dockerfile
This commit is contained in:
parent
02412cffbe
commit
25855c0003
@ -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 +x /filters.sh && /filters.sh"]
|
||||
ENTRYPOINT ["/filters.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user