Skip to content

Commit 23226b7

Browse files
authored
Update node.Dockerfile
1 parent 58c57ae commit 23226b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/agentfs/examples/node.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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/
2+
# For more information on the build process, see https://docs.livekit.io/agents/ops/deployment/builds/
33
# syntax=docker/dockerfile:1
44

55
ARG NODE_VERSION=22
@@ -44,4 +44,4 @@ RUN chown -R appuser:appuser /app
4444
USER appuser
4545

4646
ENV NODE_ENV=production
47-
CMD [ "node", "./dist/agent.js", "start" ]
47+
CMD [ "node", "./dist/agent.js", "start" ]

0 commit comments

Comments
 (0)