Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Deletion Components
Import Process Delete
Commits
f663174e
Unverified
Commit
f663174e
authored
Feb 25, 2021
by
Sebastian Schüpbach
Browse files
try once again...
Signed-off-by:
Sebastian Schüpbach
<
sebastian.schuepbach@unibas.ch
>
parent
af8a7c6d
Pipeline
#22301
passed with stages
in 5 minutes and 16 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
f663174e
FROM
openjdk:8-jre-slim-buster
ADD
target/scala-2.12/app.jar /app/app.jar
ENTRYPOINT
["java",
"-jar", "/app/app.jar",
"-XX:+HeapDumpOnOutOfMemoryError", "-XX:HeapDumpPath=/data/heapdump.hprof"]
ENTRYPOINT
["java", "-XX:+HeapDumpOnOutOfMemoryError", "-XX:HeapDumpPath=/data/heapdump
-%p
.hprof"
, "-jar", "/app/app.jar"
]
Write
Preview
Supports
Markdown
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