Merge branch 'main' of https://git.frik.su/n0one/habr-article-API
All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 2m6s

This commit is contained in:
n0one
2025-09-17 16:09:43 +03:00

View File

@ -1,4 +1,4 @@
FROM pythoFROM python:3.13-slim
FROM python:3.13-slim
WORKDIR /app