Fix sintax and more features

pull/732/head
MoisesTapia 2020-07-26 14:07:04 -05:00
parent 32a376b9d3
commit d55b2af540
No known key found for this signature in database
GPG Key ID: BE22111DAB113FC3
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ RUN apt-get install --no-install-recommends -y git && \
apt-get install -y python3-pip && \
apt-get install --no-install-recommends -y php && \
apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
RUN git clone https://github.com/DarkSecDevelopers/HiddenEye

View File

@ -28,7 +28,7 @@ Run docker-compose
```bash
docker-compose up --build -d
```
*_Don't need redirection of ports 'cause the container is exposed to internet_* <br>
'_Don not need redirection of ports 'cause the container is exposed to internet_' <br>
Verify of the container is running with:
```bash