From 2487fb3eb868e56ee32444354d7e1f308568b6ae Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Wed, 28 Jul 2021 13:25:05 +0530 Subject: [PATCH] fix: readme --- Dockerfile | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 57f3618..d1d3a17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,10 @@ FROM golang:1.16-alpine as builder WORKDIR /app COPY . . + +ARG VERSION=0.1.0-beta.0 +ENV VERSION="${VERSION}" + RUN apk add build-base &&\ cd server && \ go mod download && \ diff --git a/README.md b/README.md index b67adc1..d4896cd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -#authorizer +# authorizer -authorizer (aka your-auth) is a complete open source authentication and authorization solution for your applications. Bring your database and have complete control over the authentication, authorization and user data. It is a microservice that can be deployed anywhere and connected any sql database. +authorizer is a complete open source authentication and authorization solution for your applications. Bring your database and have complete control over the authentication, authorization and user data. It is a microservice that can be deployed anywhere and connected any sql database. This an [Auth0](https://auth0.com) opensource alternative.