Include assets in Docker image.

This commit is contained in:
Paul Makles
2021-01-28 18:51:46 +00:00
parent 6586d8f02c
commit 687b300bfc

View File

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