Move env var flag passing to Dockerfile

Updates #15465

Signed-off-by: Kot <kot@kot.pink>
This commit is contained in:
Kot
2025-04-01 21:53:10 -05:00
committed by Brad Fitzpatrick
parent 85bcc2e3bd
commit c86afacf26
3 changed files with 5 additions and 11 deletions

View File

@@ -38,4 +38,4 @@ ENV TAILSCALE_USE_WIP_CODE=1 \
EXPOSE 443
# Run the application
ENTRYPOINT ["/app/tsidp"]
ENTRYPOINT ["/bin/sh", "-c", "/app/tsidp --hostname=${TS_HOSTNAME} --dir=${TS_STATE_DIR}"]