Update 1 Fixe

pull/744/head
MoisesTapia 2020-08-11 09:36:05 -05:00
parent 6de8c26403
commit 4cb1fb3dbd
No known key found for this signature in database
GPG Key ID: BE22111DAB113FC3
2 changed files with 5 additions and 3 deletions

View File

@ -5,7 +5,7 @@ WORKDIR /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 python3-pip && \
apt-get install --no-install-recommends -y php && \

View File

@ -13,7 +13,9 @@ services:
command: python3 HiddenEye.py
stdin_open: true
tty: true
volumes: $PWD/WebPages:/home/WebPages
networks: internet
volumes:
- "$PWD/WebPages:/home/WebPages"
networks:
- internet
restart: always