fix: tests entrypoint

This commit is contained in:
Andrejus
2021-04-16 00:31:13 +01:00
parent e5223a45db
commit 0e2d2ebf4f

View File

@@ -41,4 +41,6 @@ RUN ./scripts/install.sh
# test: Test entrypoint
#
FROM install AS test
ENTRYPOINT [ "tests/run.sh" ]
WORKDIR "${DOTFILES_DIR}/tests"
ENTRYPOINT [ "./run.sh" ]