Skip to content

Commit 1fc194e

Browse files
Fixing exiting container.
1 parent 718629b commit 1fc194e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ services:
1414
- "5434:5432"
1515

1616

17+
1718
api:
1819
build:
1920
context: .
@@ -35,6 +36,7 @@ services:
3536
echo "==== REDIS_SERVERS ===="
3637
echo "$REDIS_SERVERS"
3738
./docker-entrypoint.sh
39+
command: ["pnpm", "start"]
3840
networks:
3941
- codebuilder-net
4042

0 commit comments

Comments
 (0)