diff --git a/.dockerignore b/.dockerignore index 3598c30..c0ea84d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,4 @@ +.env_example +docker-compose.yml +README.md tests \ No newline at end of file diff --git a/README.md b/README.md index 3429bb4..51b2c1c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Auth API -This is a tiny http API for auth. Register accounts, auth with api-key or name/password, renew JWT tokens... +A tiny REST API for auth. Register accounts, auth with api-key or name/password, renew JWT tokens... ## Quick start with docker compose