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