Skip to content

Commit

Permalink
rename dash_graphs.py to main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bleepbop committed Mar 12, 2023
1 parent 64ee979 commit 9e67a3c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ WORKDIR /usr/9CAT_rankings
COPY requirements.txt .
COPY /src .
RUN pip3 install -r requirements.txt
CMD [ "python", "dash_graphs.py"]
CMD [ "python", "main.py"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ From the main directory (`9CAT_RANKINGS`):

1. `pip install -r requirements.txt`

2. `python3 src/dash_graphs.py`
2. `python3 src/main.py`

and navigate to `http://localhost:8000` in the browser.

Expand Down
File renamed without changes.

0 comments on commit 9e67a3c

Please sign in to comment.