Files
EdgeAdmin/docker/build.sh

6 lines
95 B
Bash
Raw Normal View History

2022-11-13 18:46:30 +08:00
#!/usr/bin/env bash
VERSION=latest
2022-11-14 15:01:13 +08:00
docker build --no-cache -t goedge/edge-admin:${VERSION} .