git repo for google cloud run to build 0hy.es from
Terrible Perl to get noaa weather and tides for fishing spots.
docker build -t 0hy.es . && docker run -it -v /Users/sabbene/git/0hy.es:/tmp/ --net=host -e TZ=America/Los_Angeles 0hy.es sh
docker build -t 0hy.es . && docker run -it -v /Users/sabbene/git/0hy.es:/tmp/ --net=host -e TZ=America/Los_Angeles 0hy.es sh -c 'cpanm install Perl::Tidy; perltidy -b -bext="/" /tmp/app/src/tides/tides.pl'
docker build -t 0hy.es . && docker run -it -v /Users/sabbene/git/0hy.es:/tmp/ --net=host -e TZ=America/Los_Angeles 0hy.es sh -c 'cpanm install Perl::Critic; perlcritic /tmp/app/src/tides/tides.pl'