This commit is contained in:
minoplhy 2021-08-01 10:14:05 +07:00
parent 98b16b4684
commit b4819dd816

View File

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