Files
ota-admin-portal/run.sh
2021-01-08 16:06:50 -08:00

5 lines
56 B
Bash
Executable File

#!/bin/bash
npm install
cp .env.template .env
npm start