We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c57ae commit 23226b7Copy full SHA for 23226b7
pkg/agentfs/examples/node.Dockerfile
@@ -1,5 +1,5 @@
1
# This is an example Dockerfile that builds a minimal container for running LK Agents
2
-# For more information on the build process, see https://docs.livekit.io/agents/ops/deployment/cloud/builds/
+# For more information on the build process, see https://docs.livekit.io/agents/ops/deployment/builds/
3
# syntax=docker/dockerfile:1
4
5
ARG NODE_VERSION=22
@@ -44,4 +44,4 @@ RUN chown -R appuser:appuser /app
44
USER appuser
45
46
ENV NODE_ENV=production
47
-CMD [ "node", "./dist/agent.js", "start" ]
+CMD [ "node", "./dist/agent.js", "start" ]
0 commit comments