seninel部署
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Dockerfile 264B

12345678910
  1. FROM java:8-jre
  2. ENV SENTINEL_HOME /sentinel
  3. COPY target/sentinel-envoy-rls-token-server.jar $SENTINEL_HOME/
  4. WORKDIR $SENTINEL_HOME
  5. ENTRYPOINT ["sh", "-c"]
  6. CMD ["java -Dcsp.sentinel.log.dir=/sentinel/logs/ ${JAVA_OPTS} -jar sentinel-envoy-rls-token-server.jar"]