mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 21:27:31 +00:00
Move env var flag passing to Dockerfile
Updates #15465 Signed-off-by: Kot <kot@kot.pink>
This commit is contained in:
@@ -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}"]
|
||||
|
Reference in New Issue
Block a user