hdygxsj opened a new pull request, #264:
URL: https://github.com/apache/paimon-webui/pull/264

   <!-- Please specify the module before the PR name: [core] ... or [flink] ... 
-->
   
   ### Purpose
   
   Add dockerfile for building docker image.
   
   ```dockerfile
   FROM eclipse-temurin:8-jre
   
   ENV DOCKER true
   ENV TZ Asia/Shanghai
   ENV PAIMON_UI_HOME /opt/PAIMON_UI_HOME
   
   WORKDIR $PAIMON_UI_HOME
   
   ADD ./target/paimon-web-server $PAIMON_UI_HOME
   
   EXPOSE 10088
   
   CMD [ "/bin/bash", "./bin/start.sh" ]
   
   ```


-- 
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