list files

This commit is contained in:
maximo tejeda 2024-07-21 13:23:56 -04:00
parent 8749915e81
commit c610ac5e15

View File

@ -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 go run github.com/playwright-community/playwright-go/cmd/playwright@v0.4001.0 install --with-deps
#RUN playwright install --with-deps #RUN playwright install --with-deps
RUN make build RUN make build
RUN ls
COPY ./bin/${BINAME} /usr/bin/crawler COPY ./bin/${BINAME} /usr/bin/crawler
RUN mkdir /app RUN mkdir /app
WORKDIR /app WORKDIR /app