Add a CHANGLOG.md

This commit is contained in:
Vikram Rangnekar
2019-11-28 15:27:20 -05:00
parent ef51b99fc7
commit e82bdbed65
9 changed files with 494 additions and 56 deletions

View File

@ -12,7 +12,7 @@ RUN apk update && \
apk add --no-cache git && \
apk add --no-cache upx=3.95-r2
RUN go get -u github.com/rafaelsq/wtc
RUN GO111MODULE=off go get -u github.com/rafaelsq/wtc
WORKDIR /app
COPY . /app