Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 298 Bytes

File metadata and controls

15 lines (10 loc) · 298 Bytes

LOCAL DEVELOPMENT

  • The application is fully dockerized. If you have docker installed on your system simply run
docker-compose -f docker-compose.dev.yml up --build -d
  • To stop the docker containers use
docker-compose -f docker-compose.dev.yml down

PROD DEPLOY