mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 06:16:37 +02:00
✨ Update docker related files
This commit is contained in:
parent
5924f3bc41
commit
7b7820952c
4 changed files with 19 additions and 25 deletions
|
@ -20,5 +20,7 @@ fi
|
|||
|
||||
export JVM_OPTS="-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager -Dlog4j2.configurationFile=log4j2.xml -XX:-OmitStackTraceInFastThrow --enable-preview $JVM_OPTS"
|
||||
|
||||
set -x
|
||||
exec $JAVA_CMD $JVM_OPTS "$@" -jar penpot.jar -m app.main
|
||||
ENTRYPOINT=${1:-app.main};
|
||||
|
||||
set -ex
|
||||
exec $JAVA_CMD $JVM_OPTS "$@" -jar penpot.jar -m $ENTRYPOINT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue