Dockerfile changes, move.test.js changes

This commit is contained in:
Schneider Roland
2022-09-28 21:55:44 +02:00
parent ae0b27a1bf
commit 4d42e1afca
5 changed files with 32 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ COPY index.html /var/www/html/
COPY apache2.conf /etc/apache2/
RUN apt-get install -y certbot python3-certbot-apache
RUN #apt-get install -y certbot python3-certbot-apache
# Ports
EXPOSE 80