Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
IRAQ-hacker authored Feb 21, 2021
1 parent ac12d7d commit d33d070
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +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
CMD [ "php", "./scorpion.php", "<<<","$'fix'" ]
CMD [ "php", "./scorpion.php", "<<<","$'update'" ]
CMD [ "php", "./scorpion.php" ]

0 comments on commit d33d070

Please sign in to comment.