Add minor improvements to logging on docker images

This commit is contained in:
Andrey Antukh 2023-02-07 15:06:35 +01:00
parent 220b80799d
commit 1c4dcf1574
2 changed files with 3 additions and 0 deletions

View file

@ -12,6 +12,7 @@ cp ../CHANGES.md target/classes/changelog.md;
clojure -T:build jar;
mv target/penpot.jar target/dist/penpot.jar
cp resources/log4j2.xml target/dist/log4j2.xml
cp scripts/run.template.sh target/dist/run.sh;
cp scripts/manage.py target/dist/manage.py
chmod +x target/dist/run.sh;