This commit is contained in:
JonatanRek
2024-10-05 22:06:05 +02:00
parent 6512c00800
commit 3ffdef8ced
+1 -1
View File
@@ -17,6 +17,6 @@ COPY . /app
RUN pip install --no-cache-dir -r /app/requirements.txt RUN pip install --no-cache-dir -r /app/requirements.txt
# Start Anonimization # Start Anonimization
CMD ["python3", "/app/app.py"] CMD ["python", "/app/app.py"]
WORKDIR /app WORKDIR /app