From c610ac5e155fe5aad31c5e46fbad1db22c21b208 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Sun, 21 Jul 2024 13:23:56 -0400 Subject: [PATCH] list files --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9f17fde..2e9659a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ RUN go run github.com/playwright-community/playwright-go/cmd/playwright@v0.4001. #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 +RUN ls COPY ./bin/${BINAME} /usr/bin/crawler RUN mkdir /app WORKDIR /app