mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-06-26 04:28:32 +02:00
7 lines
118 B
Bash
Executable file
7 lines
118 B
Bash
Executable file
#!/bin/sh
|
|
# run in dev mode
|
|
|
|
npm run build --prod
|
|
python3 version_generate.py
|
|
sudo docker build --rm -t mikrofront .
|
|
|