Explorar el Código

copy dependency too (#1203)

Dev Kalra hace 1 año
padre
commit
cd604d56f2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      fortuna/Dockerfile

+ 1 - 0
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