forked from jmug/stoatchat
Add support for rAuth invite-only mode.
This commit is contained in:
@@ -5,6 +5,7 @@ WORKDIR /home/rust/src
|
||||
RUN USER=root cargo new --bin revolt
|
||||
WORKDIR /home/rust/src/revolt
|
||||
COPY Cargo.toml Cargo.lock ./
|
||||
COPY assets/templates ./assets/templates
|
||||
COPY src ./src
|
||||
RUN cargo build --release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user