Skip to content

Commit

Permalink
fix docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Nov 8, 2022
1 parent 2a82e5a commit 5c6cb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerfile-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: "ifconfig -a"
- name: "Start docker server"
run:
docker run --rm -d --init -p 5678:5678 --env-file .env -e NODE_ENV=production -e CELLULOID_PG_HOST=172.17.0.1 -e CELLULOID_PG_HOST=redis://172.17.0.1
docker run --rm -d --init -p 3001:3001 --env-file .env -e NODE_ENV=production -e CELLULOID_PG_HOST=172.17.0.1 -e CELLULOID_PG_HOST=redis://172.17.0.1
--name celluloid-server celluloid-server
- name: "Test docker"
run: node .github/workflows/test-docker.js
Expand Down

0 comments on commit 5c6cb4b

Please sign in to comment.