Reorganized files

This commit is contained in:
2025-12-20 19:20:48 -08:00
parent ea0a34258b
commit edd3693fb6
5 changed files with 8 additions and 8 deletions

6
scripts/docker_push.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
VERSION=0.2.0
docker image build --no-cache -t asolkar/speed-data-docker:${VERSION} . && \
docker push asolkar/speed-data-docker:${VERSION}