Skip to content

Commit d125a81

Browse files
authored
Update Dockerfile
1 parent 2685745 commit d125a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM php:7.4-cli
22
RUN apt-get update && apt-get install -y git
33
RUN git clone https://github.com/mrwhite4939/DomainRecon && cp -r DomainRecon /usr/src/DomainRecon
4-
WORKDIR /usr/src/redhawk
4+
WORKDIR /usr/src/DomainRecon
55
CMD [ "php", "./DomainRecon.php", "<<<","$'fix'" ]
66
CMD [ "php", "./DomainRecon.php", "<<<","$'update'" ]
77
CMD [ "php", "./DomainRecon.php" ]

0 commit comments

Comments
 (0)