mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 03:46:36 +02:00
🎉 Add manage.py script for docker images
This commit is contained in:
parent
578ff944a6
commit
231ac00934
4 changed files with 170 additions and 21 deletions
|
@ -13,9 +13,9 @@ cp ../CHANGES.md target/classes/changelog.md;
|
|||
clojure -T:build jar;
|
||||
mv target/penpot.jar target/dist/penpot.jar
|
||||
cp scripts/run.template.sh target/dist/run.sh;
|
||||
cp scripts/manage.template.sh target/dist/manage.sh;
|
||||
cp scripts/manage.py target/dist/manage.py
|
||||
chmod +x target/dist/run.sh;
|
||||
chmod +x target/dist/manage.sh;
|
||||
chmod +x target/dist/manage.py
|
||||
|
||||
# Prefetch
|
||||
bb ./scripts/prefetch-templates.clj resources/app/onboarding.edn builtin-templates/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue