misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-02-23 00:07:09 +01:00
commit 63cea73f8e
75 changed files with 179 additions and 179 deletions

View file

@ -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"]