Skip to content
Snippets Groups Projects
Commit d1c1632e authored by ale's avatar ale
Browse files

Add Dockerfile

parent af5815a4
No related branches found
No related tags found
No related merge requests found
Pipeline #14924 passed
......@@ -2,7 +2,7 @@ FROM golang:1.16 AS build
ADD . /src
WORKDIR /src
RUN go build -tags netgo -o /iprep cmd/iprep
RUN go build -tags netgo -o /iprep ./cmd/iprep
FROM scratch
COPY --from=build /iprep /iprep
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment