mirror of
https://github.com/penpot/penpot.git
synced 2025-07-23 09:17:20 +02:00
✨ Add minor improvements to logging on docker images
This commit is contained in:
parent
220b80799d
commit
1c4dcf1574
2 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue