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-rest
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-rest
Commits
3f61213d
Commit
3f61213d
authored
Jul 27, 2023
by
Alfredo Miranda Flores
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
ssh://gitlab.palo-it.net:2220/aflores/poc-measure-rest
into develop
parents
c88da4b0
7fdb495d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
Dockerfile
Dockerfile
+15
-0
No files found.
Dockerfile
0 → 100644
View file @
3f61213d
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"]
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