Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 568d3fd

Browse files
author
Ajelet Rivera
committed
instructions
1 parent 02942ae commit 568d3fd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# docker-golang
22
Docker and golang instructions
3+
4+
### Installation
5+
6+
* Copy project on this route
7+
```sh
8+
/app/oauth/
9+
```
10+
11+
* Run this commands
12+
```sh
13+
$ cd /app/oauth/
14+
$ chmod +x update.sh
15+
$ go build
16+
$ docker build -t oauth/prod .
17+
$ ./update.sh oauth
18+
```

0 commit comments

Comments
 (0)