Dockerfile and config.dbuild for building noise_explorer.
This commit is contained in:
parent
ea0532fd6e
commit
815e647ad5
8
rtiow/src/bin/Dockerfile
Normal file
8
rtiow/src/bin/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM rust:latest AS build-env
|
||||
WORKDIR /src
|
||||
RUN git clone https://git.z.xinu.tv/wathiede/raytracers.git
|
||||
WORKDIR /src/raytracers/rtiow/
|
||||
RUN cargo install --bin noise_explorer
|
||||
|
||||
FROM rust:slim
|
||||
COPY --from=build-env /src/raytracers/rtiow/target/release/noise_explorer /usr/bin/noise_explorer
|
||||
1
rtiow/src/bin/config.dbuild
Normal file
1
rtiow/src/bin/config.dbuild
Normal file
@ -0,0 +1 @@
|
||||
package="apps/rtiow"
|
||||
Loading…
x
Reference in New Issue
Block a user