Skip to content

Commit 6a3d95d

Browse files
- fix: change container port
1 parent a963fe1 commit 6a3d95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
docker run -d \
6262
--name pattern-core-api \
6363
--network pattern_core_network \
64-
-p 5001:3000 \
64+
-p 5001:8000 \
6565
-e OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }} \
6666
-e POSTGRES_HOST=api-postgres-1 \
6767
-e POSTGRES_PORT=5432 \

0 commit comments

Comments
 (0)