Fix path
This commit is contained in:
@@ -57,7 +57,7 @@ The application follows a modular architecture with the following components:
|
|||||||
|
|
||||||
3. Run the application:
|
3. Run the application:
|
||||||
```bash
|
```bash
|
||||||
python src/main.py
|
python -m src.main
|
||||||
```
|
```
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Run the Python application
|
# Run the Python application
|
||||||
exec python /app/src/main.py
|
exec python -m src.main
|
||||||
|
|||||||
1
src/__init__.py
Normal file
1
src/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
Reference in New Issue
Block a user