Skip to content
Snippets Groups Projects
Commit 73f36912 authored by Miguel Angelo Salerno's avatar Miguel Angelo Salerno
Browse files

update readme

parent 2be82f7d
No related branches found
No related tags found
1 merge request!54Homologa
# Build
## Branches
```rm -r mapfor/```
master -> production
homologa -> homologation
```nvm use 11```
~~~
Homologação:
## Build locally
```bash
# homologation
npm run buildHom
Produção:
# production
npm run buildProd
Development:
npm run buildDev
~~~
```mv build mapfor```
# Run Locally
```nvm use 11```
#### Using homologa api:
```npm run startHom```
#### Using production api:
```npm run startProd```
#### Using development api:
```npm run startDev```
\ No newline at end of file
```
## Run locally
```bash
# homologation
npm run startHom
# production
npm run startProd
```
## Build and run using docker-compose
```bash
docker-compose up -d --build mapfor # in docker-compose directory
```
## Build and run using docker
```bash
docker build -t mapfor . # in project directory
docker run -d --restart unless-stopped --net host --name mapfor mapfor
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment