fix: fix version handling in docker and cd

This commit is contained in:
Stavros
2025-09-19 15:38:32 +03:00
parent d70cbea546
commit 866933b3d6
5 changed files with 11 additions and 7 deletions

View File

@@ -34,6 +34,10 @@ services:
build:
context: .
dockerfile: Dockerfile.dev
args:
- VERSION=development
- COMMIT_HASH=development
- BUILD_TIMESTAMP=000-00-00T00:00:00Z
env_file: .env
volumes:
- ./internal:/tinyauth/internal