mirror of
https://github.com/RipleyBooya/ssh-tunnel.git
synced 2025-12-11 07:28:39 +01:00
Refactor: restructure Docker project for better readability
This commit is contained in:
parent
31ca2c77de
commit
52468c63cc
6 changed files with 4 additions and 4 deletions
|
|
@ -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"]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue