Copy static resources in docker container
This commit is contained in:
parent
14b9b9fa44
commit
17b817bacc
@ -11,6 +11,7 @@ RUN cargo build --release
|
|||||||
RUN rm -r ./target/x86_64-unknown-linux-musl/release/.fingerprint/hoc-*
|
RUN rm -r ./target/x86_64-unknown-linux-musl/release/.fingerprint/hoc-*
|
||||||
|
|
||||||
# copy source code
|
# copy source code
|
||||||
|
COPY ./static ./static
|
||||||
COPY ./src ./src
|
COPY ./src ./src
|
||||||
# build source code
|
# build source code
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
Loading…
Reference in New Issue
Block a user