From fcb0654671731bb7d48c8bd4db6ab08bead79f9d Mon Sep 17 00:00:00 2001 From: Lasse Date: Mon, 26 Apr 2021 08:35:07 +0200 Subject: [PATCH] --- .gitignore | 8 +++++++- Dockerfile | 4 +--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f396aa8..ccc1003 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,10 @@ workspace.code-workspace password_arango.txt *.txt ~requirements.txt -*.gexf \ No newline at end of file +*.gexf +facebook/mrkoll.py +*.pyc +facebook/tortest.py +facebook/phone.py +facebook/accs.py +facebook/gephi.py diff --git a/Dockerfile b/Dockerfile index 4bdb66a..cd1ac49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,5 @@ CMD ["",""] # BUILD: # docker buildx create --use -#docker buildx build --platform linux/arm -t l3224/fb-reactions:pi --push . +#docker buildx build --platform linux/arm -t l3224/fb-scraper:pi --push . -# START -# docker run -it --name fb1 -v vol1:/data l3224/fb-reactions:latest [-s -u user1,user2] \ No newline at end of file