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.