Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Cantaloupe on Docker
Commits
b3b0acaa
Unverified
Commit
b3b0acaa
authored
Apr 05, 2021
by
Sebastian Schüpbach
Browse files
fix heapsize syntax
parent
c1c7081e
Pipeline
#24155
passed with stage
in 4 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
b3b0acaa
...
...
@@ -16,7 +16,7 @@ ADD ./cantaloupe.properties /cantaloupe/cantaloupe.properties
FROM
openjdk:11-jre-slim
ENTRYPOINT
["/home/cantaloupe/run.sh", "4.1.7"]
CMD
["-Dcantaloupe.config=/home/cantaloupe/app/cantaloupe.properties", "-Xmx4g", "-Xms 800
m
"]
CMD
["-Dcantaloupe.config=/home/cantaloupe/app/cantaloupe.properties", "-Xmx4g", "-Xms 800
M
"]
ARG
HTTP_PORT=8182
ARG
BUILD_WITH=""
HEALTHCHECK
--start-period=30s CMD curl -sf 0.0.0.0:${HTTP_PORT} -o /dev/null || exit 1
...
...
Write
Preview
Markdown
is supported
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