justfile

Thu, 22 Jun 2023 12:14:31 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 22 Jun 2023 12:14:31 +0100
changeset 0
b8706b1b3d0f
permissions
-rw-r--r--

Initial commit

build:
	docker build -t abuse-contact-api .

run:
	docker run --rm --network=host abuse-contact-api

mercurial