This commit is contained in:
parent
e4af01e789
commit
359a3ffb9a
2 changed files with 2 additions and 2 deletions
|
@ -15,4 +15,4 @@ COPY ./src ./app
|
|||
|
||||
USER td
|
||||
|
||||
CMD [ "uwsgi", "--http", "0.0.0.0:80", "-M", "-w" ,"app.app", "--callable", "app" ]
|
||||
CMD [ "uwsgi", "--http", "0.0.0.0:80", "-Mw" ,"app.app", "--callable", "app" ]
|
||||
|
|
|
@ -2,7 +2,7 @@ from os import listdir
|
|||
from os import path as os_path
|
||||
from os import remove as os_remove
|
||||
|
||||
from config import Config
|
||||
from utils.config import Config
|
||||
|
||||
|
||||
def post_filename(number: int) -> str:
|
||||
|
|
Loading…
Reference in a new issue