Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bootfahrten
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Franziska Michl
bootfahrten
Commits
4813d385
Commit
4813d385
authored
2 weeks ago
by
Franziska Michl
Browse files
Options
Downloads
Patches
Plain Diff
PersonController
parent
0fbe2d66
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
bootfahrten
Pipeline
#58616
passed
2 weeks ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Dockerfile
+15
-0
15 additions, 0 deletions
src/Dockerfile
with
15 additions
and
0 deletions
src/Dockerfile
0 → 100644
+
15
−
0
View file @
4813d385
# Basis-Image
FROM
adoptopenjdk:11-jre-hotspot
# Arbeitsverzeichnis setzen
WORKDIR
/app
# Anwendung kopieren
COPY
target/fahrtenbuch-5.0.0.jar /app/fahrtenbuch-5.0.0.jar
# Befehl zum Starten der Anwendung
ENTRYPOINT
["java", "-jar", "/app/fahrtenbuch-5.0.0.jar"]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment