Skip to content

Commit

Permalink
path updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansurf committed May 25, 2024
1 parent 780a98d commit 5486240
Show file tree
Hide file tree
Showing 2 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 @@ -17,7 +17,7 @@ COPY . .
# USER app

# Set the working directory for running the application
WORKDIR /app/src
WORKDIR /app/src/backend

# Command to run the Flask application
CMD ["python3", "server.py"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ To run locally on your machine, I recommend either:
4. `python3 -m venv venv`
5. `source venv/bin/activate`
6. `pip install -r requirements.txt`
7. `cd src`
7. `cd src/backend`
8. `python3 server.py`

**Or running Docker (install [Docker](https://docs.docker.com/engine/install/))**
Expand Down

0 comments on commit 5486240

Please sign in to comment.