777
This commit is contained in:
parent
98b16b4684
commit
b4819dd816
@ -5,5 +5,5 @@ 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`)
|
||||
RUN chmod +x 777 /filters.sh
|
||||
RUN chmod 777 /filters.sh
|
||||
ENTRYPOINT ["/bin/bash","/filters.sh"]
|
Loading…
Reference in New Issue
Block a user