this little app implement the cut-up technique, described here.
make build
or
make run
build with the Dockerfile.scratch
docker build -t go-cutup:0.0.2 . -f Dockerfile.scratch
run the image
docker run -p 3334:3334 go-cutup:0.0.2
this little app implement the cut-up technique, described here.
make build
or
make run
build with the Dockerfile.scratch
docker build -t go-cutup:0.0.2 . -f Dockerfile.scratch
run the image
docker run -p 3334:3334 go-cutup:0.0.2