1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

fix docker script path

This commit is contained in:
checktheroads 2020-02-21 23:08:54 -07:00
parent 9ffbdd6ed3
commit 65467819d2

View file

@ -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