update ewsposter

This commit is contained in:
t3chn0m4g3 2019-03-20 14:43:21 +00:00
parent da6299e6a1
commit 349982baf7

View file

@ -17,6 +17,7 @@ RUN apk -U --no-cache add \
go get -d -v github.com/mozillazg/request && \ go get -d -v github.com/mozillazg/request && \
go get -d -v go.uber.org/zap && \ go get -d -v go.uber.org/zap && \
cd medpot && \ cd medpot && \
cp dist/etc/ews.cfg /etc/ && \
go build medpot && \ go build medpot && \
# Setup medpot # Setup medpot