6 lines
68 B
Bash
6 lines
68 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
npm run compile
|
||
|
sudo docker build -t yolo_web .
|