How to make the frontend live server run inside Docker? #1181
-
First Check
Commit to Help
Example CodeI try to rewrite the files like Dockerfile, .env to make this repo's frontend development env run inside the docker. However, it is still not working, I need more help. Thank you. DescriptionI want to know how to make this repo's frontend development env run inside the docker, it can let me more productive to running the local development server with live reload. Operating SystemmacOS Operating System Detailsuse mac to run docker-compose Python Versionpython3.10 Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's advised in docs that you run frontend development server locally (not in the container): https://github.com/fastapi/full-stack-fastapi-template/blob/master/development.md#local-development Here are some instructions on how to setup environment: https://github.com/fastapi/full-stack-fastapi-template/blob/master/frontend/README.md#frontend-development |
Beta Was this translation helpful? Give feedback.
It's advised in docs that you run frontend development server locally (not in the container): https://github.com/fastapi/full-stack-fastapi-template/blob/master/development.md#local-development
Here are some instructions on how to setup environment: https://github.com/fastapi/full-stack-fastapi-template/blob/master/frontend/README.md#frontend-development