forked from mirrors/thatmattlove-hyperglass
fix docker script path
This commit is contained in:
parent
9ffbdd6ed3
commit
65467819d2
1 changed files with 1 additions and 1 deletions
|
|
@ -21,4 +21,4 @@ ENV PATH=$PATH:/root/.poetry/bin
|
|||
FROM base as install
|
||||
WORKDIR /tmp/hyperglass
|
||||
RUN poetry install --no-ansi
|
||||
COPY .tests/dockersetup.sh /dockersetup.sh
|
||||
COPY .tests/dockersetup.sh /tmp/dockersetup.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue