Files
EdgeAdmin/docker/build.sh
2022-11-14 15:01:13 +08:00

6 lines
95 B
Bash
Executable File

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