From a7db7dc1fdb18dab71b792cb2604e9ecd3b86f1d Mon Sep 17 00:00:00 2001 From: boda <6238558+bodadotsh@users.noreply.github.com> Date: Mon, 8 Dec 2025 18:31:06 +0000 Subject: [PATCH] Add instructions for copying Railway Service ID --- src/docs/guides/dockerfiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/guides/dockerfiles.md b/src/docs/guides/dockerfiles.md index 44a2bece4..d4b557111 100644 --- a/src/docs/guides/dockerfiles.md +++ b/src/docs/guides/dockerfiles.md @@ -64,7 +64,7 @@ Railway supports cache mounts in your Dockerfile in the following format: --mount=type=cache,id=s/-,target= ``` -Replace `` with the id of the service. +Replace `` with the id of the service. You can copy the Railway Service ID from the command pallet when you have a service open, `cmd / ctrl + k` -> `Copy Service ID`. Environment variables can't be used in cache mount IDs, since that is invalid syntax.