Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teharrison committed Feb 21, 2017
1 parent 43cc931 commit 3190c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -51,7 +51,7 @@ type make
export TAG=`date +"%Y%m%d.%H%M"`
git clone -b master https://github.com/MG-RAST/MG-RAST.git
cd MG-RAST
docker build -t mgrast/v3-web:${TAG} -f ./Dockerfile_v3-web .
docker build --force-rm --no-cache --rm -t mgrast/v3-web:${TAG} -f ./Dockerfile_v3-web .
skycore push mgrast/v3-web:${TAG}
```

Expand All @@ -62,7 +62,7 @@ export TAG=`date +"%Y%m%d.%H%M"`
git clone -b api https://github.com/MG-RAST/MG-RAST.git
cd MG-RAST
docker pull mgrast/api-base
docker build -t mgrast/api:${TAG} .
docker build --force-rm --no-cache --rm -t mgrast/api:${TAG} .
skycore push mgrast/api:${TAG}
```

0 comments on commit 3190c4f

Please sign in to comment.