Skip to content

Commit 648f4ca

Browse files
committed
Merge branch 'main' of github.com:numary/ledger
2 parents a1b90b2 + d2dd3bf commit 648f4ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM alpine:latest
2+
3+
ADD numary /usr/local/bin/numary
4+
5+
EXPOSE 3068
6+
7+
CMD ["numary", "server", "start"]

0 commit comments

Comments
 (0)