finalize deployment
This commit is contained in:
parent
ba4c8820ba
commit
7bc937606d
0
docker/default-packages.sh
Normal file → Executable file
0
docker/default-packages.sh
Normal file → Executable file
0
docker/launch-devel.sh
Normal file → Executable file
0
docker/launch-devel.sh
Normal file → Executable file
2
docker/launch-production.sh
Normal file → Executable file
2
docker/launch-production.sh
Normal file → Executable 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
0
docker/prepare.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user