diff --git a/fortuna/Dockerfile b/fortuna/Dockerfile index 46edb686..07abfd90 100644 --- a/fortuna/Dockerfile +++ b/fortuna/Dockerfile @@ -8,6 +8,7 @@ RUN rustup default nightly-2023-07-23 # Build WORKDIR /src COPY fortuna fortuna +COPY pythnet pythnet WORKDIR /src/fortuna