This commit is contained in:
UrloMythus
2025-07-18 09:53:04 +02:00

View File

@@ -1,4 +1,9 @@
FROM python:3.11-slim-bullseye
<<<<<<< HEAD
=======
# Set the working directory in the container to /app
>>>>>>> 655b62ab301a681e87648f5e1b1296b9cb292d14
WORKDIR /app
RUN apt-get update && apt-get install -y git
RUN git clone https://github.com/YourUsername/YourRepoName.git .