secret sharing service with auto-expiry as default, doesn't need accounts
./go-tasks deps
following command will create a ./bin directory an create multi platform binaries there to run will also fetch dependencies if not done already
default it runs at
:8080
, to run it at any other port (or IP::PORT), export environment variableDORY_HTTP
with required listen-at value before runningdory
in that env scope.
./go-tasks build
docker build -t abhishekkr/dory:alpha -f w3assets/Dockerfile .