Commit Graph

3 Commits

Author SHA1 Message Date
Florian Beisel e19b8dfc7c
refactor(Docker): 💥 Changes Dockerfile to more closely adhere to best practice
Test Changes on Push / build-vet-test (push) Successful in 21s Details
This commit changes the Dockerfile to adhere closer to the standards set by tools like Sonarqube et al. It enforces the usage of a nonroot user, copies files explicitly between build stages and makes the binary filename consistent with our binary releases

fix: #3
2024-01-12 20:12:34 +01:00
Florian Beisel 3afbe2044e
fix: Dockerfile now builds a usable image
/ build-deploy (push) Successful in 2m3s Details
2024-01-10 01:11:25 +01:00
Florian Beisel 20c64e59ad
Initial commit 2024-01-10 00:10:39 +01:00