diff --git a/Dockerfile b/Dockerfile index ab809e0..fdc6e1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,21 +1,10 @@ FROM php:apache -#COPY entrypoint.sh ./ - -#Start an enable SSH RUN apt-get update \ && apt-get -y install python3-pkg-resources python3 \ -# && apt-get install -y --no-install-recommends dialog gunicorn3 \ -# && apt-get install -y --no-install-recommends openssh-server \ #XKCD && apt-get -y install xkcdpass -# && echo "root:Docker!" | chpasswd \ -# && chmod u+x ./entrypoint.sh -#COPY sshd_config /etc/ssh/ COPY index.php /var/www/html/ -#EXPOSE 80 8000 2222 -EXPOSE 80 - -#ENTRYPOINT [ "./entrypoint.sh" ] +EXPOSE 80 \ No newline at end of file diff --git a/index.php b/index.php index de89c3b..8dd3313 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,5 @@