mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
f3dd84ebc4
commit
63cea73f8e
75 changed files with 179 additions and 179 deletions
|
@ -2,7 +2,7 @@ FROM iron/go:dev
|
|||
MAINTAINER Simone Margaritelli <https://evilsocket.net/>
|
||||
|
||||
ENV GOPATH=/gocode
|
||||
ENV SRC_DIR=/gocode/src/github.com/evilsocket/bettercap-ng
|
||||
ENV SRC_DIR=/gocode/src/github.com/bettercap/bettercap
|
||||
COPY . $SRC_DIR
|
||||
|
||||
WORKDIR $SRC_DIR
|
||||
|
@ -13,4 +13,4 @@ RUN make deps
|
|||
RUN make
|
||||
|
||||
EXPOSE 80 443 53 5300 8080 8081 8082 8083 8000
|
||||
ENTRYPOINT ["./bettercap-ng"]
|
||||
ENTRYPOINT ["./bettercap"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue