File size: 213 Bytes
9b2c910
 
0e88db9
 
d00bbdf
 
 
 
1
2
3
4
5
6
7
8
# Use an official lightweight Python image as base
FROM python:3.11-slim

# Set the working directory inside the container
WORKDIR /app

# Copy the current directory contents into the container at /app
COPY . /app