Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
41f3b9a9
authored
Sep 14, 2017
by
amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
opentrip minimized
parent
c44e849d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
docker/opentripplanner/Dockerfile
docker/opentripplanner/start.sh
docker/opentripplanner/Dockerfile
0 → 100644
View file @
41f3b9a9
FROM
opentripplanner/opentripplanner
#ENTRYPOINT ["sh", "-c", "java" "$JAVA_ARGS" "-Xverify:none" "-jar" "/var/otp/otp.jar"]
COPY
start.sh /
RUN
chmod +x start.sh
ENTRYPOINT
["/start.sh"]
#CMD ["/start.sh"]
docker/opentripplanner/start.sh
0 → 100644
View file @
41f3b9a9
#! /bin/bash
java
$JAVA_ARGS
-Xverify
:none
-jar
/var/otp/otp.jar
"
$@
"
\ No newline at end of file
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