mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-06-20 18:05:39 +02:00
6 lines
117 B
Bash
Executable file
6 lines
117 B
Bash
Executable file
#!/bin/sh
|
|
# run in dev mode
|
|
|
|
npm run build --prod
|
|
python3 version_generate.py
|
|
sudo docker build --rm -t mikrofront .
|