-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add custom scripts support in entrypoint.sh * fix: update command in comment * fix: remove comment
- Loading branch information
Showing
3 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ RUN unzip mapstore.war -d mapstore | |
FROM tomcat:9-jdk11-openjdk | ||
MAINTAINER geosolutions<[email protected]> | ||
|
||
RUN mkdir -p /docker-entrypoint.d | ||
# Tomcat specific options | ||
ENV CATALINA_BASE "$CATALINA_HOME" | ||
ENV JAVA_OPTS="${JAVA_OPTS} -Xms512m -Xmx512m -XX:MaxPermSize=128m" | ||
|
11 changes: 0 additions & 11 deletions
11
georchestra-docker-scripts/docker-entrypoint.d/100-execute-custom-scripts.sh
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters