Skip to content

Commit

Permalink
Add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vsokhan-nixys committed Jun 15, 2023
1 parent fa377de commit d5b211a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ RUN go build -o /app

FROM gcr.io/distroless/base

COPY --from=build-env /
COPY --from=build-env /app /

CMD ["/app", "-c", "/app.conf"]

0 comments on commit d5b211a

Please sign in to comment.