mirror of
https://github.com/vee1e/speakeasy.git
synced 2026-09-01 19:07:23 +00:00
add requirements.txt to the copy functions
was failing on docker image curation due to a missing requirements.txt file, which is now being pulled in.
This commit is contained in:
parent
767edd2272
commit
a6ddf60311
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ WORKDIR ${APP_HOME}
|
|||
|
||||
COPY ./speakeasy/ ${APP_HOME}/speakeasy
|
||||
COPY ./setup.py ${APP_HOME}
|
||||
COPY ./requirements.txt ${APP_HOME}
|
||||
COPY ./README.md ${APP_HOME}
|
||||
COPY ./MANIFEST.in ${APP_HOME}
|
||||
COPY ./examples/ ${APP_HOME}/examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue