Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BudgetMaster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Robert Goldmann
BudgetMaster
Commits
c391fca8
Commit
c391fca8
authored
2 years ago
by
Robert Goldmann
Browse files
Options
Downloads
Patches
Plain Diff
#727 - updated Dockerfiles
parent
44d017bf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
Dockerfile_jre
+1
-1
1 addition, 1 deletion
Dockerfile_jre
with
2 additions
and
2 deletions
Dockerfile
+
1
−
1
View file @
c391fca8
FROM
tomcat:9-jdk17
RUN
rm
-rf
/usr/local/tomcat/webapps/
*
COPY
BudgetMasterServer/build/2.1
2
.0/BudgetMasterServer-v2.1
2
.0.war $CATALINA_HOME/webapps/ROOT.war
COPY
BudgetMasterServer/build/2.1
3
.0/BudgetMasterServer-v2.1
3
.0.war $CATALINA_HOME/webapps/ROOT.war
COPY
BudgetMasterServer/src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties
EXPOSE
8080
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Dockerfile_jre
+
1
−
1
View file @
c391fca8
...
...
@@ -5,7 +5,7 @@ ARG APP_DIR=/BudgetMaster
RUN mkdir -p $APP_DIR
RUN mkdir -p /root/.Deadlocker/BudgetMaster
COPY BudgetMasterServer/build/2.1
2
.0/BudgetMasterServer-v2.1
2
.0.jar /BudgetMaster/BudgetMaster.jar
COPY BudgetMasterServer/build/2.1
3
.0/BudgetMasterServer-v2.1
3
.0.jar /BudgetMaster/BudgetMaster.jar
COPY BudgetMasterServer/src/main/resources/config/templates/settings-docker.properties /root/.Deadlocker/BudgetMaster/settings.properties
RUN echo "server.port=9000" > ~/.Deadlocker/BudgetMaster/settings.properties
...
...
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