build(docker): add Dockerfile

This commit is contained in:
2024-07-26 00:04:07 +03:00
parent b3d88997eb
commit c9e52c43a9
5 changed files with 37 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ from fastapi import FastAPI
from gismeteo.route import api, doc, view
locale.setlocale(locale.LC_TIME, "ru_RU.UTF-8")
# locale.setlocale(locale.LC_TIME, "ru_RU.UTF-8")
app = FastAPI(docs_url=None, redoc_url=None)
doc.mount(app)