Start Frontend Docker Container Separately
When developing the backend separately, you may only need to start the backend service from source code without building and launching the frontend locally. In this case, you can directly start the frontend service by pulling the Docker image and running the container. Here are the specific steps:
Pull the Docker image for the frontend service from DockerHub:
Build Docker Image from Source Code
Build the frontend image
Start the frontend image
When the console domain and web app domain are different, you can set the CONSOLE_URL and APP_URL separately
To access it locally, you can visit http://127.0.0.1:3000
Last updated