QuantumXiecao commented on issue #13592:
URL: 
https://github.com/apache/dolphinscheduler/issues/13592#issuecomment-1441475889

   @SbloodyS This problem is due to the docker image located in apache 
repository is bad. 
   I think we should redistribute docker image as quickly as possible.
   
   @zhmingyong Current solution is you could build image using Dockerfile 
located in dolphin-scheduler source code using the following command: 
    docker build -t dolphin-api:latest -f src/main/docker/Dockerfile . (name 
dolphin-api just for test)
   And I modify docker-compose.yaml like follows:
   
![image](https://user-images.githubusercontent.com/99702568/220874177-aaefb53e-0b64-40b0-93b1-17a61a24b586.png)
   
![image](https://user-images.githubusercontent.com/99702568/220874264-0360528e-361d-4678-aa42-be7054883cd8.png)
   The dolphin login page display normally.
   
   I think one possible problem is when building dolphinscheduler-api image it 
has used the cached front-end files.
   @SbloodyS  Please rebuild the image like what I did and redistribute it!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to