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 4531d69 commit a026972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ms5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build and Run Docker
run: |
docker build -f Backend/Docker -t doc .
docker build -f Backend/Docker -t doc cse2102-fall24-Team51/Backend/
docker run -d -p 5000:5000 doc
# Run pytest on your pulled codebase
Expand Down

0 comments on commit a026972

Please sign in to comment.