finalize deployment

This commit is contained in:
Adam Brown 2015-04-24 01:57:54 -04:00
parent ba4c8820ba
commit 7bc937606d
4 changed files with 1 additions and 1 deletions

0
docker/default-packages.sh Normal file → Executable file
View File

0
docker/launch-devel.sh Normal file → Executable file
View File

2
docker/launch-production.sh Normal file → Executable file
View File

@ -18,4 +18,4 @@ fi
echo Run this script from the project root folder!
docker run -it --rm -e "PORT=8080" --volumes-from=data-docker-home -v ${PWD}:/working -w /working -p 80:8080 adamarthurryan/mean grunt serve:dist
docker run -it --rm -e "PORT=8080" --volumes-from=data-docker-home -v ${PWD}:/working -w /working -p 8081:8080 adamarthurryan/mean grunt serve:dist

0
docker/prepare.sh Normal file → Executable file
View File