Skip to content

Commit

Permalink
Merge pull request #144 from KenMwaura1/dev
Browse files Browse the repository at this point in the history
chore: Remove commented out code in docker-compose.yml
  • Loading branch information
KenMwaura1 authored Sep 2, 2024
2 parents 7dfa68f + e3d1134 commit 49ac9be
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 2 deletions.
Empty file modified .github/workflows/codeql.yml
100644 → 100755
Empty file.
Empty file modified .github/workflows/docker-publish.yml
100644 → 100755
Empty file.
Empty file modified .github/workflows/node.js.yml
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.8, 3.9, "3.10"]
python-version: [3.9, "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
web:
build: ./src
command: uvicorn app.main:app --reload --workers 1 --host 0.0.0.0 --port 8000
# install requirements.txt

volumes:
- ./src/:/usr/src/app/
Expand Down
Empty file modified images/fast-api-scrnsht-1.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/requirements.txt
100644 → 100755
Empty file.
Empty file modified vue-client/package.json
100644 → 100755
Empty file.
Empty file modified vue-client/yarn.lock
100644 → 100755
Empty file.

0 comments on commit 49ac9be

Please sign in to comment.