docker-trino-cluster icon indicating copy to clipboard operation
docker-trino-cluster copied to clipboard

Build Docker images automatically with make

Open youngwookim opened this issue 6 years ago • 0 comments

I've revised the patch:

  • Build Presto server and cli with make
  • Add 'cli' target to Makefile

Simply run this command for testing:

make clean all && make run && make cli

youngwookim avatar Feb 28 '18 06:02 youngwookim