alexeikmun / royal-hostels

Royal Hostels - CoE Project
0 stars 1 forks source link

Backend - Docker compose implemention #42

Closed unosquaresanrivaden closed 1 year ago

unosquaresanrivaden commented 1 year ago

Instructions

After installing docker, run this command in your CMD inside the ./backend folder.

docker compose --env-file ./src/shared/config/envs/development.env up -V --build

Now the backend will be running in your port 3001.