Fix for Dockerfile

This commit is contained in:
UrloMythus
2025-07-18 09:56:36 +02:00
parent 2d7058c669
commit bc41be6194

View File

@@ -1,9 +1,4 @@
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 .