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
00d92ab6
Unverified
Commit
00d92ab6
authored
Feb 12, 2021
by
Sebastian Schüpbach
Browse files
update version in Dockerfile
parent
88779663
Pipeline
#21691
passed with stage
in 5 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
00d92ab6
...
...
@@ -15,7 +15,7 @@ RUN wget -q https://github.com/cantaloupe-project/cantaloupe/releases/download/v
ADD
./cantaloupe.properties /cantaloupe/cantaloupe.properties
FROM
openjdk:11-jre-slim
ENTRYPOINT
["/home/cantaloupe/run.sh", "4.1.
5
"]
ENTRYPOINT
["/home/cantaloupe/run.sh", "4.1.
7
"]
CMD
["-Dcantaloupe.config=/home/cantaloupe/app/cantaloupe.properties", "-Xmx2g"]
ARG
HTTP_PORT=8182
ARG
BUILD_WITH=""
...
...
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