Compare commits

..

1 Commits

Author SHA1 Message Date
Antoine Bartuccio 14a3bc27d7
Add cool quotes
the build was successful Details
2018-11-14 00:40:59 +01:00
1 changed files with 1 additions and 0 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 .