Commit 06af4e0b authored by Diego Convers's avatar Diego Convers

Add new file

parent 69a7f5da
FROM maven AS inicio
RUN mkdir /opt/project
WORKDIR /opt/project
RUN git clone http://www.firefly-e.com.co/dconvers1979/cursodocker.git
WORKDIR ./cursodocker
RUN mvn package
FROM payara/server-full
WORKDIR /opt/payara/deployments
COPY --from=inicio /opt/project/cursodocker/target/cursodocker-1.0-SNAPSHOT.war .
\ No newline at end of file
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