ADD make step
This commit is contained in:
parent
99cbea03c8
commit
8749915e81
@ -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 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
|
||||||
COPY ./bin/${BINAME} /usr/bin/crawler
|
COPY ./bin/${BINAME} /usr/bin/crawler
|
||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user