nextfit
v1.1.3
Published
Sistema de gestão para academias, estúdios e box
Downloads
6
Readme
NextFit - Front - Rodar local
NodeJs - v11.0.0
Download
https://nodejs.org/dist/latest-v11.x/
GIT
Download
https://git-scm.com/download/win
Install
git clone https://gitlab.com/douglaswaltricke/fitastic-front-end.git
git config user.name ""
git config user.email ""
git config --global push.default simple
npm install
bower install
gulp build
Start
npm start
Other commands
npm install bower -g npm install gulp -g
Docker Build and Run Locally
- Buildar a imagem
docker build -t front:v1 .
- Executar imagem
docker run -it --rm -p 3000:80 --name sistema-front front:v1
Docker Run - Azure Container Registries
- Fazer Login no ACR
- Executar a imagem com a tag desejada:
docker run -p 3000:80 --name sistema-front nextfit.azurecr.io/sistema-front:latest
- a tag latest é referente ao último commit feito na branch master.