Add real-time data fetching and configuration options
See README and .env.example
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
# Use an official Python runtime as the base image
|
||||
FROM amd64/python:3.9-buster as project_env
|
||||
FROM python:3.11-slim as project_env
|
||||
|
||||
# Set the working directory in the container
|
||||
WORKDIR /app
|
||||
|
Reference in New Issue
Block a user