| commit | 52814d93d9c7864fea539c36c642382018a6c40c | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Jun 15 19:30:32 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Jun 15 19:30:32 2023 +0400 |
| tree | 49f3ecfe82ea9fef1f057b07caeb71ca23d039f9 | |
| parent | 37181d00bb970b10934caf4cfa6898a3f3d8295a [diff] [blame] |
core: headscale api
diff --git a/core/headscale/Dockerfile b/core/headscale/Dockerfile new file mode 100644 index 0000000..5d76932 --- /dev/null +++ b/core/headscale/Dockerfile
@@ -0,0 +1,6 @@ +FROM headscale/headscale:0.22.3 + +ARG TARGETARCH + +COPY server_${TARGETARCH} /usr/bin/headscale-api +RUN chmod +x /usr/bin/headscale-api