updates to ransomware section

This commit is contained in:
2022-11-21 23:28:34 +00:00
parent 50405203a5
commit aa4f5f5069
4 changed files with 54 additions and 24 deletions
+2 -2
View File
@@ -4,6 +4,6 @@ EXPOSE 9999
WORKDIR /usr/src/app
COPY app/requirements.txt .
COPY app/* /usr/src/app/
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt