Skip to content

Commit

Permalink
updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoGuedes01 committed Oct 19, 2023
1 parent 44b3e98 commit 96d1712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-test-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Build Docker Image
run: docker-compose build
run: docker build -t preprocessing-webservice:ci .

- name: Run Docker Compose Up
run: docker-compose up -d
- name: Run Docker Container
run: docker run -d --name preprocessing-webservice preprocessing-webservice:ci

0 comments on commit 96d1712

Please sign in to comment.