Skip to content

lk321/docker-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published