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
P
poc-measure-kafka
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
poc-measure-kafka
Commits
19db7841
Commit
19db7841
authored
Aug 14, 2023
by
Luis Eduardo Oviedo Granados
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Dockerfile
parent
7b8275ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
Dockerfile
Dockerfile
+13
-0
No files found.
Dockerfile
0 → 100644
View file @
19db7841
FROM
maven:3.9.3-amazoncorretto-17
MAINTAINER
Palo-IT
WORKDIR
/app
COPY
pom.xml .
COPY
src ./src
RUN
mvn package
-Dmaven
.test.skip
=
true
RUN
cp
target/
**
SNAPSHOT.jar ./app.jar
CMD
["java", "-jar", "app.jar"]
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