Start Frontend Docker Container Separately
Last updated
Last updated
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:
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