Skip to content

Commit

Permalink
feat: add container image (#39)
Browse files Browse the repository at this point in the history
* feat: add container image

* add readme and license file to container image
  • Loading branch information
florianrusch authored Jan 12, 2024
1 parent 8b7808b commit ffbcdd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM scratch
WORKDIR /app
ENTRYPOINT ["/app/lb"]
COPY LICENSE README.md ./
COPY out/lb lb

0 comments on commit ffbcdd8

Please sign in to comment.