Commit 41f3b9a9 by amir

opentrip minimized

parent c44e849d
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"]
#! /bin/bash
java $JAVA_ARGS -Xverify:none -jar /var/otp/otp.jar "$@"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment