Skip to content

Commit

Permalink
add: Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Hemanth Krishna <[email protected]>
  • Loading branch information
DarthBenro008 committed Mar 6, 2023
1 parent a0a5248 commit c0cd460
Show file tree
Hide file tree
Showing 2 changed files 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 golang:1.19
RUN make build

EXPOSE 3000
CMD ["./bin/sorobix-formatter"]
Binary file added bin/sorobix-formatter
Binary file not shown.

0 comments on commit c0cd460

Please sign in to comment.