Fixes
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ FROM python:3.9-slim
|
||||
COPY . /app
|
||||
|
||||
# Install any needed dependencies specified in requirements.txt
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN pip install --no-cache-dir -r /app/requirements.txt
|
||||
|
||||
# Start Anonimization
|
||||
CMD ["python", "app.py"]
|
||||
|
||||
Reference in New Issue
Block a user