Skip to content

Commit

Permalink
Updated readme & dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
drakylar committed Jan 3, 2021
1 parent dafb92d commit 259a37f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.8
ADD . /code
WORKDIR /code
RUN pip install -r requirements.txt
RUN pip install -r requirements_unix.txt
CMD python app.py
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<br />
<a href="https://gitlab.com/invuls/pentest-projects/pcf/-/wikis/home"><strong>Explore the docs »</strong></a>
<br />
<img src="https://gitlab.com/invuls/pentest-projects/pcf/-/raw/master/static/images/main.png">
<br />
<a href="https://199.192.28.132:55666/">View Demo</a>
·
Expand All @@ -30,7 +31,7 @@


# 🤔 What is this?
1. Сreate personal account
1. Create personal account
2. Create security team
3. Add members to team
4. Create testing project
Expand Down
Binary file added static/images/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 259a37f

Please sign in to comment.