Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 401 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 401 Bytes

Setup instructions

First, make sure to rename the "example.env" file to ".env" and replace the environnement informations with your ones in it. You also need to put your own database user and password in the "docker-compose.yaml" file. Then, you can run the following commands to start the application in your Docker environnement. :

docker build -t easy_link:latest .
docker-compose up -d