Configurable num of goroutines, bug fixes

This commit is contained in:
2020-08-13 18:54:33 -04:00
parent df2ce33234
commit a09e87668e
2 changed files with 21 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ WORKDIR /build/
COPY main.go .
COPY go.mod .
RUN GOOS=linux CGO_ENABLED=0 go build -a -installsuffix cgo -o feed_archiver .
RUN strip feed_archiver
FROM scratch