Refactor: restructure Docker project for better readability

This commit is contained in:
root 2025-02-25 17:40:13 +01:00
parent 31ca2c77de
commit 52468c63cc
6 changed files with 4 additions and 4 deletions

View file

@ -6,14 +6,14 @@
},
"target": {
"default": {
"dockerfile": "docker/Dockerfile",
"context": "docker",
"dockerfile": "Dockerfile",
"context": ".",
"tags": ["ripleybooya/ssh-tunnel:latest"],
"platforms": ["linux/amd64", "linux/arm64"]
},
"tailscale": {
"dockerfile": "docker/Dockerfile.tailscale",
"context": "docker",
"dockerfile": "Dockerfile.tailscale",
"context": ".",
"tags": ["ripleybooya/ssh-tunnel:tailscale"],
"platforms": ["linux/amd64", "linux/arm64"]
}