Compare commits

..

1 Commits

Author SHA1 Message Date
Antoine Bartuccio 28fa4a1045
Add cool quotes
the build was successful Details
2018-11-14 00:35:25 +01:00
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ 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 .