tiny your image via tinypng.com api, read image from your clipboard, and the compressed image would be put in your system clipboard again.
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.
 
 

9 lines
258 B

FROM openjdk:11.0.15-jre-bullseye
MAINTAINER hellodk<[email protected]>
WORKDIR /opt/app/
COPY target/tinyimage-1.0-SNAPSHOT-jar-with-dependencies.jar ./
RUN echo 'alias tiny="java -jar /opt/app/tinyimage-1.0-SNAPSHOT-jar-with-dependencies.jar"' >> ~/.bashrc