From 8749915e811e5c0322354353421e986655dbe6ea Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Sun, 21 Jul 2024 13:22:40 -0400 Subject: [PATCH] ADD make step --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9112bf7..9f17fde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ ARG BINAME=crawler-linux-arm64-0.0.0_1 RUN go run github.com/playwright-community/playwright-go/cmd/playwright@v0.4001.0 install --with-deps #RUN go run github.com/playwright-community/playwright-go/cmd/playwright@v0.4001.0 install --with-deps #RUN playwright install --with-deps +RUN make build COPY ./bin/${BINAME} /usr/bin/crawler RUN mkdir /app WORKDIR /app