Skip to content

Commit

Permalink
ci: change docker compose for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Jun 17, 2024
1 parent 9fc2eb0 commit 4c8650b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
with:
working-directory: frontend/src/main/frontend/
build: npm run build:prod
start: docker-compose up -d
start: docker-compose -f ../../../../docker-compose.demo.yml up -d
wait-on: "http://localhost:8080/"
wait-on-timeout: 360
2 changes: 1 addition & 1 deletion docker-compose.demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
frank:
image: frank-flow
image: frank-flow-demo
build:
dockerfile: Dockerfile.demo
ports:
Expand Down

0 comments on commit 4c8650b

Please sign in to comment.