chore: Add dockerignore, Update editorconfig, Update dependencies

* Add dockerignore and update editorconfig for Dockerfile
* Abort docker build if arch is not supported
This commit is contained in:
Manuel 2023-10-17 00:00:00 +02:00
parent e35576fb3f
commit 2fd8f5d20b
Signed by: Manuel
GPG key ID: 4085037435E1F07A
7 changed files with 25 additions and 30 deletions

View file

@ -26,7 +26,6 @@ target "prod" {
#dockerfile = "Dockerfile"
dockerfile = "Dockerfile.multiarch"
output = ["type=registry"]
}
target "dev" {
inherits = ["default"]