Skip to content

Commit

Permalink
Update ms5.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eoa21004 authored Oct 31, 2024
1 parent 0a6302a commit 8ab60fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ms5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ jobs:
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build and Run Docker
- name: Build Docker
run: |
docker build -f Backend/Docker -t doc Backend/
- name: Run Docker
run: |
docker run -d -p 5000:5000 doc
# Run pytest on your pulled codebase
Expand Down

0 comments on commit 8ab60fb

Please sign in to comment.