Skip to content

Commit

Permalink
Some adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
casko1 committed Jan 3, 2025
1 parent 5469b64 commit e128e08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
key: ${{ secrets.SSH_KEY }}
script: |
cd wheelbarrow-v2/repo
. ./docker-deploy.sh >/dev/null 2>&1
. ./docker-deploy.sh >/dev/null 2>&1 &
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ RUN apt-get -y update && \
/app/python-api/venv/bin/pip install -r /app/python-api/requirements.txt

EXPOSE 5000
CMD ["sh", "-c", "java -jar app.jar & /app/python-api/venv/bin/uvicorn python-api.app:app --reload --port 5000"]
CMD ["sh", "-c", "java -jar app.jar & /app/python-api/venv/bin/uvicorn python-api.app:app --port 5000"]

0 comments on commit e128e08

Please sign in to comment.