|
|
@ -8,6 +8,6 @@ RUN git clone https://github.com/pimps/${repo}.git |
|
|
|
WORKDIR ${repo} |
|
|
|
RUN mvn clean package -DskipTests |
|
|
|
|
|
|
|
RUN echo -e "#!/bin/sh\njava -jar target/${repo}-1.0-SNAPSHOT-all.jar" > /entrypoint.sh |
|
|
|
RUN echo -e "#!/bin/sh\njava -jar target/${repo}-1.0-SNAPSHOT-all.jar \$@" > /entrypoint.sh |
|
|
|
RUN chmod +x /entrypoint.sh |
|
|
|
ENTRYPOINT ["/entrypoint.sh"] |
|
|
|