fixed typo in dockerfile
All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 1m57s

This commit is contained in:
2025-09-17 15:56:17 +03:00
parent 7949312f9a
commit 9424276474

View File

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