RichardKnop / go-oauth2-server

A standalone, specification-compliant, OAuth2 server written in Golang.
Mozilla Public License 2.0
2.12k stars 315 forks source link

Fix #49. Create user home dir in Dockerfile. #51

Closed kfreiman closed 5 years ago

kfreiman commented 6 years ago

As mentioned at #49, docker-compose fails on go install because go has no access to /home/app directory. This PR solves it.

RichardKnop commented 5 years ago

@kfreiman 👍