fix: repo URL

This commit is contained in:
Aravinth Manivannan 2022-09-08 18:00:35 +05:30
parent bc1f75e650
commit ab71d73455
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 2 additions and 2 deletions

View File

@ -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 <realaravinth@batsense.net>"]

View File

@ -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