mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
Include assets in Docker image.
This commit is contained in:
@@ -6,6 +6,7 @@ RUN USER=root cargo new --bin revolt
|
||||
WORKDIR ./revolt
|
||||
COPY Cargo.toml Cargo.lock ./
|
||||
COPY src ./src
|
||||
COPY assets ./assets
|
||||
RUN cargo build --release
|
||||
|
||||
# Bundle Stage
|
||||
|
||||
Reference in New Issue
Block a user