diff --git a/back/Dockerfile b/back/Dockerfile index 73cf4e9..f54aec0 100644 --- a/back/Dockerfile +++ b/back/Dockerfile @@ -1,5 +1,5 @@ # Use the official Python image with version 3.11 -FROM python:3.11 +FROM dockerhub.timeweb.cloud/python:3.11 # Set environment variables for Python and unbuffered mode ENV PYTHONUNBUFFERED 1