docker python

This commit is contained in:
aarizona 2024-08-14 12:49:53 +03:00
parent 874f69f295
commit e0a9a087a8
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Use the official Python image with version 3.11
FROM dockerhub.timeweb.cloud/python:3.11
FROM python:3.11
# Set environment variables for Python and unbuffered mode
ENV PYTHONUNBUFFERED 1