diff --git a/mod_senec/Dockerfile b/mod_senec/Dockerfile index 0d06b7c..e723ce3 100644 --- a/mod_senec/Dockerfile +++ b/mod_senec/Dockerfile @@ -8,6 +8,4 @@ RUN pip3 install -U selenium WORKDIR /app COPY ./trigger_senec.py /app/ COPY ./run.sh / -RUN chmod a+x *.py -RUN chmod a+x *.sh CMD [ "/run.sh" ]