Skip to content

Commit

Permalink
build(deployments): update dockerfile to copy binary and run server
Browse files Browse the repository at this point in the history
  • Loading branch information
fyvri committed Dec 18, 2024
1 parent 88782ae commit 1707cb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deployments/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM scratch

# file binary file
COPY go-qris /go-qris
EXPOSE 1337

# run the server executable
ENTRYPOINT ["/go-qris","run"]

0 comments on commit 1707cb3

Please sign in to comment.