Buuntu / fastapi-react

🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker
MIT License
2.19k stars 349 forks source link

Modifed_frontend_Docker_file_deleted_run_sh #205

Closed Blaz-Strusnik closed 1 year ago

Blaz-Strusnik commented 1 year ago

The solution for the issue https://github.com/Buuntu/fastapi-react/issues/191

Blaz-Strusnik commented 1 year ago

After a more detailed look at the documentation I found that there is a bash script ./fastapi-react/scripts/dev-project.sh that creates a separate fastapi-react project for development that includes the Dockerfile with the command CMD ["npm", "start", "|", "cat"] Here is the link to the documentation https://github.com/Buuntu/fastapi-react/blob/master/CONTRIBUTING.md