5 lines
73 B
Bash
5 lines
73 B
Bash
#!/usr/bin/env bash
|
|
npm run build:prod
|
|
|
|
docker build -t febs-cloud-web .
|