6 lines
95 B
Bash
6 lines
95 B
Bash
#!/usr/bin/env bash
|
|
|
|
VERSION=latest
|
|
|
|
docker build --no-cache -t goedge/edge-admin:${VERSION} .
|