diff --git a/Dockerfile b/Dockerfile index 6920d8b..7728753 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt update && apt install git WORKDIR /app COPY . . RUN go mod tidy -RUN go run github.com/playwright-community/playwright-go/cmd/playwright@latest install --with-deps +RUN go run github.com/playwright-community/playwright-go/cmd/playwright@latest install --with-deps # https://stackoverflow.com/questions/70369368/check-architecture-in-dockerfile-to-get-amd-arm RUN go build -o bin/crawler \ -ldflags "-X main.Shortsha=${SHORTSHA} \