File size: 177 Bytes
b859098
 
 
 
 
 
 
77aa3cc
1
2
3
4
5
6
7
8
9
# Use a lightweight Python image as the base
FROM python:3.11-slim

# Set the working directory inside the container
WORKDIR /app

# Copy all files to the container
COPY . /app