Add cool quotes

This commit is contained in:
klmp200 2018-11-14 00:35:25 +01:00
parent 0d142365d1
commit 14a3bc27d7
No known key found for this signature in database
GPG key ID: E7245548C53F904B
4 changed files with 298 additions and 5 deletions

View file

@ -12,6 +12,7 @@ RUN go get -v -d ./...
RUN mkdir res
COPY settings.json res
COPY quotes.json res
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix nocgo -o /app .