diff --git a/Dockerfile b/Dockerfile index 0f135ca..d403f95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 .