Fixing Attempt

This commit is contained in:
minoplhy 2021-08-01 10:12:02 +07:00
parent 78db9cac70
commit 98b16b4684

View File

@ -5,4 +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`)
ENTRYPOINT ["/filters.sh"]
RUN chmod +x 777 /filters.sh
ENTRYPOINT ["/bin/bash","/filters.sh"]