Keep it simple

This commit is contained in:
Samuel Sieg
2023-03-09 10:14:29 +01:00
parent a9be6cc838
commit 716103590d

View File

@@ -338,7 +338,7 @@ builder:
# Set context and Dockerfile
builder:
dockerfile: "../Dockerfile.xyz" # Dockerfile is in the parent directory
dockerfile: "../Dockerfile.xyz"
context: ".."
```