Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backend
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
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
idatt2106-v23-03
backend
Commits
06dcd1ea
Commit
06dcd1ea
authored
1 year ago
by
Stian Lyng
Browse files
Options
Downloads
Patches
Plain Diff
bugfix
parent
4565063f
Branches
217-add-algotihm-to-find-relevant-statistics
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-3
1 addition, 3 deletions
Dockerfile
with
1 addition
and
3 deletions
Dockerfile
+
1
−
3
View file @
06dcd1ea
...
...
@@ -26,8 +26,6 @@
#ENTRYPOINT ["java","-jar","SmartMat.jar"]
#EXPOSE 8080
#
# Use the official Maven image as the base image
# Use the Eclipse Temurin JRE 19 image as the base image
FROM
eclipse-temurin:19-jre-alpine
...
...
@@ -35,7 +33,7 @@ FROM eclipse-temurin:19-jre-alpine
WORKDIR
/app
# Copy the JAR file to the working directory
COPY
y
our
-jar-file.jar ./app.jar
COPY
m
y-jar-file.jar ./app.jar
# Expose the port the application will run on
EXPOSE
8080
...
...
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