fix: repo URL
This commit is contained in:
parent
bc1f75e650
commit
ab71d73455
2 changed files with 2 additions and 2 deletions
|
@ -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>"]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue