diff --git a/Cargo.toml b/Cargo.toml index 55d9159..173e6e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "forms" version = "0.1.0" edition = "2021" -repository = "https://github.com/realaravinth/forms" +repository = "https://git.batsense.net/librepages/forms" readme = "README.md" license = "AGPLv3 or later version" authors = ["realaravinth "] diff --git a/Dockerfile b/Dockerfile index 54b77f8..8aabdd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN cargo --version RUN cargo build --release FROM debian:bullseye as forms -LABEL org.opencontainers.image.source https://github.com/realaravinth/forms +LABEL org.opencontainers.image.source https://git.batsense.net/librepages/forms RUN apt-get update && apt-get install -y ca-certificates RUN useradd -ms /bin/bash -u 1001 forms WORKDIR /home/forms