fin facebook crawler

This commit is contained in:
jay
2019-03-10 20:04:20 +08:00
parent 2c6ec585d0
commit 098a51671b
3 changed files with 177 additions and 20 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ COPY . .
RUN apk add --no-cache git make && \
go build -o crawler .
FROM geckodriver:latest
FROM docker.mtfos.xyz/mtfos/geckodriver-alpine:latest
COPY --from=builder /data/crawler /usr/bin/crawler
CMD ["/usr/bin/crawler"]