Skip to content

Commit

Permalink
fix prod dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
michellebrier committed May 31, 2024
1 parent 24fc636 commit 0bf66d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mediorum/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN python3 -m pip install numpy aubio
COPY --from=builder /go/bin/* /bin
COPY --from=builder /app/mediorum /bin/mediorum
COPY --from=builder /app/mediorum-cmd /bin/mediorum-cmd
COPY --from=builder /usr/local/lib/libkeyfinder.so* /usr/local/lib/
COPY --from=builder /app/analyze-key /bin/analyze-key

# ARGs can be optionally defined with --build-arg while doing docker build eg in CI and then set to env vars
Expand Down

0 comments on commit 0bf66d6

Please sign in to comment.