This commit is contained in:
JonatanRek
2024-10-05 22:04:39 +02:00
parent 346ec95a3a
commit 6512c00800
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -16,8 +16,7 @@ COPY . /app
# Install any needed dependencies specified in requirements.txt
RUN pip install --no-cache-dir -r /app/requirements.txt
#Start Container
RUN chmod +x /app/start.sh
CMD ["/bin/bash","/app/start.sh"]
# Start Anonimization
CMD ["python3", "/app/app.py"]
WORKDIR /app
WORKDIR /app