Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70c7255

Browse files
committed
start
1 parent 8106cad commit 70c7255

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

agent-reactflow/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ RUN npm install -g [email protected] \
6464
&& apt-get update \
6565
&& apt-get install -y ca-certificates \
6666
&& rm -rf /var/lib/apt/lists/*
67-
68-
# Run a dummy shell script to keep the container running for inspection
69-
CMD ["sh", "-c", "while :; do echo 'Container is running...'; sleep 60; done"]
67+
# Start the application using pnpm.
68+
CMD ["pnpm", "start"]
7069

7170
# # Dummy shell for troubleshooting
7271
# CMD ["sh"]

0 commit comments

Comments
 (0)