Skip to content

Files

Latest commit

 

History

History
18 lines (15 loc) · 250 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 250 Bytes

docker-golang

Docker and golang instructions

Installation

  • Copy project on this route
/app/oauth/
  • Run this commands
$ cd /app/oauth/
$ chmod +x update.sh 
$ go build
$ docker build -t oauth/prod .
$ ./update.sh oauth