diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..37c36525 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM alpine +COPY chisel /app/ +ENTRYPOINT ["/app/chisel"] \ No newline at end of file diff --git a/go.mod b/go.mod index 2c46fa78..17311784 100644 --- a/go.mod +++ b/go.mod @@ -22,4 +22,4 @@ require ( golang.org/x/text v0.14.0 // indirect ) -replace github.com/jpillora/chisel => ../chisel \ No newline at end of file +replace github.com/jpillora/chisel => ../chisel