Fixes #663 - Fixes linting/pylint errors

Signed-off-by: BugFest <bugfest.dev@pm.me>
This commit is contained in:
BugFest
2023-04-09 19:49:08 +02:00
committed by Muayyad Alsadi
parent 2df11674c4
commit 016c97fd1e
7 changed files with 22 additions and 13 deletions

View File

@ -7,6 +7,6 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
CMD [ "python", "-m", "App.web" ]
CMD [ "python", "-m", "app.web" ]
EXPOSE 8080