Merge remote-tracking branch 'origin/develop' into server-as-subcommand
This commit is contained in:
@@ -3,4 +3,4 @@ RUN apk update && apk add nmap
|
||||
COPY nmap.pow /tmp/
|
||||
RUN cd /tmp && pipenv install --system --deploy
|
||||
ENTRYPOINT ["/usr/bin/kapow"]
|
||||
CMD ["/tmp/nmap.pow"]
|
||||
CMD ["server", "/tmp/nmap.pow"]
|
||||
|
||||
Reference in New Issue
Block a user