Skip to content

Commit

Permalink
add missing Dockerfile to build
Browse files Browse the repository at this point in the history
  • Loading branch information
NewtonMan committed Oct 17, 2024
1 parent a3ba087 commit 8a90ab3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM alpine
COPY chisel /app/
ENTRYPOINT ["/app/chisel"]
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ require (
golang.org/x/text v0.14.0 // indirect
)

replace github.com/jpillora/chisel => ../chisel
replace github.com/jpillora/chisel => ../chisel

0 comments on commit 8a90ab3

Please sign in to comment.