diff --git a/Config/Hyperling.com/Dockerfile b/Config/Hyperling.com/Dockerfile index 3fc99fc..5c86335 100644 --- a/Config/Hyperling.com/Dockerfile +++ b/Config/Hyperling.com/Dockerfile @@ -3,8 +3,11 @@ FROM node -RUN git clone https://github.com/Hyperling/www www - +# Dependencies RUN apt update && apt install sudo +# Install website +RUN git clone https://github.com/Hyperling/www www + +# Run website RUN www/run.sh