mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-12-10 12:09:29 +00:00
MikroWizard Initial commit | MikroFront Welcome to the world :)
This commit is contained in:
commit
b97aec6b97
203 changed files with 41097 additions and 0 deletions
7
build.sh
Executable file
7
build.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
# run in dev mode
|
||||
|
||||
npm run build --prod
|
||||
python3 version_generate.py
|
||||
sudo docker build --rm -t mikrofront .
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue