release_version.txt -> VERSION

This commit is contained in:
2025-01-27 16:41:16 -05:00
parent 1b73f38627
commit 510fcfe348
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Build/Dev Host
## Build
```bash
Version=$(cat /home/oleg/develop/cvtt2/cvttpy/release_version.txt)
Version=$(cat /home/oleg/develop/cvtt2/cvttpy/VERSION)
cd /home/oleg/develop/cvtt2
docker build -t crypto_md_day -t crypto_md_day:${Version} -f docker_dev/crypto_md_day/Dockerfile .