rainfrog icon indicating copy to clipboard operation
rainfrog copied to clipboard

feat: `docker run` option

Open ftupas opened this issue 5 months ago • 2 comments

This pr does the following:

  • Adds Dockerfile to build the rainfrog binary
  • Update readme
  • resolves #89
❯ docker run -it --rm --name rainfrog \
  -p 5432:5432 \
  -e username="rainfrog" \
  -e password="password" \
  -e hostname="host.docker.internal" \
  -e db_port="5432" \
  -e dbname="rainfrog" rainfrog

image

ftupas avatar Sep 19 '24 09:09 ftupas