diff --git a/Dockerfile b/Dockerfile index 292b9e8..f545145 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && \ COPY . /server # Download Crow library -RUN apt-get install ./lib/crow-1.2.1.deb -y +RUN apt-get install -y ./lib/crow-1.2.1.deb # Make the build directory RUN mkdir -p build && cd build diff --git a/templates/home.html b/templates/home.html index d5a5f34..5467150 100644 --- a/templates/home.html +++ b/templates/home.html @@ -107,7 +107,7 @@

Douwco Cloud

Access the cloud hosted on my local server.

- Made possible with Nextcloud AIO.