diff --git a/Sources/Dockerfile b/Sources/Dockerfile index 3a24ee9..5831fe1 100644 --- a/Sources/Dockerfile +++ b/Sources/Dockerfile @@ -1,2 +1,7 @@ FROM plugins/docker -CMD ["echo", "Hello world"] \ No newline at end of file +RUN apt update +RUN apt install –y apache2 +RUN apt install –y apache2-utils +RUN apt clean +EXPOSE 80 +CMD [“apache2ctl”, “-D”, “FOREGROUND”] \ No newline at end of file