Include assets in Docker image.
This commit is contained in:
@@ -6,6 +6,7 @@ RUN USER=root cargo new --bin revolt
|
|||||||
WORKDIR ./revolt
|
WORKDIR ./revolt
|
||||||
COPY Cargo.toml Cargo.lock ./
|
COPY Cargo.toml Cargo.lock ./
|
||||||
COPY src ./src
|
COPY src ./src
|
||||||
|
COPY assets ./assets
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
# Bundle Stage
|
# Bundle Stage
|
||||||
|
|||||||
Reference in New Issue
Block a user