Skip to content

Commit c6c61bb

Browse files
authored
Merge pull request #17 from jfkonecn/normal-links
Updated the readme
2 parents fa38fa9 + c953fed commit c6c61bb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,17 @@ python3 -m http.server 4321
2424
### Build Docker Image
2525

2626
```sh
27-
docker build -t oncokb/oncokb-sop:0.0.1 .
27+
docker build --platform=linux/amd64 -t oncokb/oncokb-sop:x.x.x .
2828
```
2929

3030
### Run Docker Image
3131

3232
```sh
33-
docker run --rm -p 4321:80 --name oncokb-sop oncokb/oncokb-sop:0.0.1
33+
docker run --rm -p 4321:80 --name oncokb-sop oncokb/oncokb-sop:x.x.x
34+
```
35+
36+
### Push Docker Image
37+
38+
```sh
39+
docker push oncokb/oncokb-sop:x.x.x
3440
```

0 commit comments

Comments
 (0)