mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Update 1 Fixe
This commit is contained in:
parent
6de8c26403
commit
4cb1fb3dbd
|
@ -5,7 +5,7 @@ WORKDIR /home/
|
||||||
|
|
||||||
COPY . /home/
|
COPY . /home/
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update -y --no-install-recommends && \
|
||||||
apt-get install -y --no-install-recommends python3.7 && \
|
apt-get install -y --no-install-recommends python3.7 && \
|
||||||
apt-get install -y python3-pip && \
|
apt-get install -y python3-pip && \
|
||||||
apt-get install --no-install-recommends -y php && \
|
apt-get install --no-install-recommends -y php && \
|
||||||
|
|
|
@ -13,7 +13,9 @@ services:
|
||||||
command: python3 HiddenEye.py
|
command: python3 HiddenEye.py
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
volumes: $PWD/WebPages:/home/WebPages
|
volumes:
|
||||||
networks: internet
|
- "$PWD/WebPages:/home/WebPages"
|
||||||
|
networks:
|
||||||
|
- internet
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user