/hellod

Hello World web server. For testing random shit.

Primary LanguageGoApache License 2.0Apache-2.0

hellod

Hello World web server. For testing random shit.

Building && Running

make && out/hellod

Docker

Docker login:

echo $GITHUB_TOKEN | docker login ghcr.io -u USERNAME --password-stdin

Docker build and publish:

make docker-push