Gitlab - Argos ALM by PALO IT

Commit 3f61213d authored by Alfredo Miranda Flores's avatar Alfredo Miranda Flores

Merge branch 'develop' of ssh://gitlab.palo-it.net:2220/aflores/poc-measure-rest into develop

parents c88da4b0 7fdb495d
FROM maven:3.9.3-eclipse-temurin-17-alpine
MAINTAINER Palo-IT
WORKDIR /app
COPY pom.xml .
COPY src ./src
RUN mvn package
RUN chmod +x .
RUN cp target/**SNAPSHOT.jar ./app.jar
CMD ["java", "-jar", "app.jar"]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment