Skip to content

Commit

Permalink
Fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
5enox committed Jul 6, 2024
1 parent 235f3b9 commit d05dfbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/venv
/app/__pycache__
/__pycache__
/fonts
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ COPY . .
EXPOSE 8000

# Command to run the FastAPI server within the container
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
CMD ["uvicorn", "main:app", "--host", "167.99.254.37", "--port", "8000"]
1 change: 1 addition & 0 deletions fonts
Submodule fonts added at a02962

0 comments on commit d05dfbf

Please sign in to comment.