test runner - fix v8
Some checks failed
Build and Deploy Flask App / setup (push) Successful in 3s
Build and Deploy Flask App / test (push) Successful in 35s
Build and Deploy Flask App / build-and-push (push) Successful in 1m31s
Build and Deploy Flask App / deploy (push) Has been cancelled

This commit is contained in:
Norvicdev 2026-08-04 22:16:52 +03:00
parent fa10819073
commit edaecea449
2 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# Многоступенчатая сборка для оптимизации
FROM python:3.12-slim as builder
FROM python:3.12-slim AS builder
WORKDIR /app