Gitlab - Argos ALM by PALO IT
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-cardif-brasil-robot-java
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Luis Eduardo Oviedo Granados
qa-cardif-brasil-robot-java
Commits
535b6590
Commit
535b6590
authored
Aug 29, 2023
by
Luis Eduardo Oviedo Granados
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Dockerfile
parent
60532ac3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Dockerfile
Dockerfile
+6
-0
No files found.
Dockerfile
0 → 100644
View file @
535b6590
FROM
maven:3.9.3-amazoncorretto-17
#FROM maven:3.6.3-jdk-11
WORKDIR
/app
COPY
. .
#RUN mvn robotframework:run
ENTRYPOINT
["mvn", "robotframework:run", "-D", "includes=User"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment