TheAtlasRepository / ImgPDF2Map

GNU General Public License v3.0
7 stars 0 forks source link

Dockersetup for Prod & Dev build #72

Closed Trivinyx closed 7 months ago

Trivinyx commented 7 months ago

Made two docker-compose files, one for prod and one for dev

It builds two services one is the frontend (Next-app) and one is the backend (Uvicorn FastAPI)

Changes: Fix to lint, now lint runs properly on 'yarn lint' and 'yarn build' cmd Added suspens to wrap uplode pipline becouse of it's async properties, this ensures a load until it's ready. Updated npm and yarn files through cli