diff --git a/Dockerfile b/Dockerfile index 12ae1bf..98d462c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM drone/drone:1.7.0 as drone +FROM drone/drone:1.9.0 as drone FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4 @@ -23,4 +23,4 @@ COPY start.sh /app/pkg/ WORKDIR /app/data -CMD [ "/app/pkg/start.sh" ] \ No newline at end of file +CMD [ "/app/pkg/start.sh" ] diff --git a/README.md b/README.md index 3671f4c..3e6880b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This project is published as Sponsorware. Which means it is (at first) only avai ## Installation -- Run `make install` to install the Drone server component at `drone.yourdomain.com` (`yourdomain.com` automatically adapts to your Cloudron setup) +- Run `DOCKER_REPO=your-docker-hub-user make install` to install the Drone server component at `drone.yourdomain.com` (`yourdomain.com` automatically adapts to your Cloudron setup) - Run `make exec` to open the cli of the app and modify `.env` so that it can connect to your Git instance - Run `cloudron restart` to restart the app and apply your changes - Verify that your setup works by going to `https://drone.yourdomain.com`