Merge branch 'main' of git.leizour.fr:CyberFlingues/arp-spoofing

This commit is contained in:
vSpaike 2025-01-21 09:00:43 +01:00
commit a8d6645eee
2 changed files with 2 additions and 4 deletions

View file

@ -1,10 +1,9 @@
FROM ubuntu:lastest AS webserver
RUN apt-get update && apt-get install -y apache2
RUN apt-get update && apt-get install -y apache2 openssl ca-certificates \
&& openssl req -nodes -newkey rsa:2048 -sha256 -keyout private-rsa.key -out certifactes.csr
WORKDIR /var/www/html
COPY ./public/ .
CMD ["apache2ctl", "-D", "FOREGROU
CMD ["apache2ctl", "-D", "FOREGROUND"]