Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Karakas
SWP_SS24_Wetterdaten_sammeln
Commits
069cb4e1
Commit
069cb4e1
authored
Mar 19, 2024
by
Enes Karakas
Browse files
test push
parent
bcdfbfd5
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
069cb4e1
...
...
@@ -23,3 +23,7 @@
/dist/
/nbdist/
/.nb-gradle/
### VSCode ###
.vscode
\ No newline at end of file
Dockerfile
deleted
100644 → 0
View file @
bcdfbfd5
FROM
maven:3-jdk-8-alpine
WORKDIR
/usr/src/app
COPY
. /usr/src/app
RUN
mvn package
ENV
PORT 5000
EXPOSE
$PORT
CMD
[ "sh", "-c", "mvn -Dserver.port=${PORT} spring-boot:run" ]
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment