Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
containerguy authored Nov 22, 2022
1 parent bd3e6e9 commit fac2924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod_senec/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add chromium-chromedriver
RUN pip3 install -U selenium
WORKDIR /app
COPY ./trigger_senec.py /app/
COPY ./run.sh /app/
COPY ./run.sh /
RUN chmod a+x *.py
RUN chmod a+x *.sh
CMD [ "/app/run.sh" ]
CMD [ "/run.sh" ]

0 comments on commit fac2924

Please sign in to comment.