Fix
This commit is contained in:
+5
-2
@@ -16,5 +16,8 @@ COPY . /app
|
||||
# Install any needed dependencies specified in requirements.txt
|
||||
RUN pip install --no-cache-dir -r /app/requirements.txt
|
||||
|
||||
# Start Anonimization
|
||||
CMD ["python3", "/app/app.py"]
|
||||
#Start Container
|
||||
RUN chmod +x /app/start.sh
|
||||
CMD ["/app/start.sh"]
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user