Skip to content

Commit

Permalink
update descript deploy docker
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomede committed Apr 3, 2020
1 parent 8979f21 commit af6f2d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/dockerBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ sudo $dockerRun -v $(pwd):$workDir $dockerImage yarn build
sudo rm -r node_modules
sudo rm yarn.lock
sudo $dockerRun -v $(pwd):$workDir $dockerImage $installProd
sudo docker build -t joaomede/apidoc:${version} .
sudo docker build -t joaomede/apidoc:${version} .

sudo rm -r node_modules
sudo rm yarn.lock
sudo $dockerRun -v $(pwd):$workDir $dockerImage $install

0 comments on commit af6f2d0

Please sign in to comment.