copy dependency too (#1203)

This commit is contained in:
Dev Kalra 2024-01-04 15:54:23 +05:30 committed by GitHub
parent 009c5cdabe
commit cd604d56f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ RUN rustup default nightly-2023-07-23
# Build
WORKDIR /src
COPY fortuna fortuna
COPY pythnet pythnet
WORKDIR /src/fortuna