Initial commit

This commit is contained in:
Fergal Moran
2019-02-06 00:23:20 +00:00
parent 0ed4928d84
commit 2e1eb0b4af
33 changed files with 778 additions and 331 deletions

5
build.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
npm --no-git-tag-version --tag-version-prefix="" version patch
ng build --prod --aot
docker build -t fergalmoran/retns-frontent .
docker push fergalmoran/retns-frontent