Gitlab - Argos ALM by PALO IT

Update Dockerfile

parent 676cc009
...@@ -6,6 +6,6 @@ RUN apk add --no-cache python3>~=3.x.x py3-pip>~=20.x.x && \ ...@@ -6,6 +6,6 @@ RUN apk add --no-cache python3>~=3.x.x py3-pip>~=20.x.x && \
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN mvn dependency:go-offline RUN mvn clean package
#RUN mvn robotframework:run #RUN mvn robotframework:run
ENTRYPOINT ["mvn", "robotframework:run"] ENTRYPOINT ["mvn", "robotframework:run"]
\ 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