Skip to content

Commit

Permalink
start webapp + Test v5
Browse files Browse the repository at this point in the history
  • Loading branch information
SenneDemaegd committed Oct 20, 2024
1 parent 7281b2f commit ada4c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
push: true
tags: sennedemaegd/webapp:latest
- name: Start webapp before tests
run: docker compose up -d
run: docker compose up -d webapp database
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
webapp:
image: sennedemaegd/webapp:latest
image: sennedemaegd/webapp
ports:
- "3000:3000"
environment:
Expand Down

0 comments on commit ada4c27

Please sign in to comment.