Skip to content
Snippets Groups Projects
Commit 9d9cd7d2 authored by Fernando Ferreira de Lima Filho's avatar Fernando Ferreira de Lima Filho
Browse files

readme: how to run the project using docker

parent d9cceb71
No related branches found
No related tags found
1 merge request!5Rest
# Banquin rest #
## How to run ##
First you need in your machine the programs:
- maven
- docker
- docker compose
Second in the root of the project execute the command:
```
mvn clean install -DskipTests
```
After that execute this commands in the root:
```
docker-compose build
docker-compose up -d
```
and vuala! the docker will start each service for you.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment