Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
IRAQ-hacker authored Feb 22, 2021
1 parent 38a76a7 commit 4f1a610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM php:7.4-cli
RUN apt-get update && apt-get install -y git
RUN git clone https://github.com/iraq-hacker/scorpion && cp -r scorpion /usr/src/scorpion
WORKDIR /usr/src/redhawk
RUN git clone https://github.com/iraq-hacker/Scorpion && cp -r scorpion /usr/src/scorpion
WORKDIR /usr/src/scorpion
CMD [ "php", "./scorpion.php", "<<<","$'fix'" ]
CMD [ "php", "./scorpion.php", "<<<","$'update'" ]
CMD [ "php", "./scorpion.php" ]

0 comments on commit 4f1a610

Please sign in to comment.