diff --git a/Sources/Dockerfile b/Sources/Dockerfile deleted file mode 100644 index 4b345c3..0000000 --- a/Sources/Dockerfile +++ /dev/null @@ -1,6 +0,0 @@ -FROM plugins/docker -RUN apk update -RUN apk add apache2 -RUN apk add apache2-utils -EXPOSE 80 -CMD [“apache2ctl”, “-D”, “FOREGROUND”] \ No newline at end of file