mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 09:16:11 +02:00
refactor: reorganize with some changes the docker images and manage.sh
This commit is contained in:
parent
3b648f5aa5
commit
a2c41cf9a7
20 changed files with 321 additions and 198 deletions
10
docker/devenv/files/build-release.sh
Executable file
10
docker/devenv/files/build-release.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
source ~/.bashrc
|
||||
|
||||
echo `env`
|
||||
|
||||
cd /home/uxbox/uxbox/frontend
|
||||
npm install || exit 1;
|
||||
npm run dist
|
||||
# TODO: WIP
|
Loading…
Add table
Add a link
Reference in a new issue