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

Set Docker image to run "iprep server" by default

parent 1283921d
Branches
No related tags found
No related merge requests found
Pipeline #15026 passed
......@@ -8,4 +8,4 @@ RUN env CGO_LDFLAGS=-lm go build -ldflags "-linkmode external -extldflags -stati
FROM scratch
COPY --from=build /iprep /iprep
ENTRYPOINT ["/iprep"]
ENTRYPOINT ["/iprep", "server"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment