Skip to content

Commit

Permalink
Add tests to the admin image
Browse files Browse the repository at this point in the history
  • Loading branch information
fridim committed Oct 10, 2023
1 parent 69e10a0 commit f23abe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile.admin
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ USER ${USER_UID}
COPY build/github_known_hosts /ssh/known_hosts
env SSH_KNOWN_HOSTS /ssh/known_hosts
COPY --from=builder /sandbox/build/sandbox-* ./
COPY --from=builder /sandbox/tools/* ./
COPY --from=builder /sandbox/tools ./tools
COPY --from=builder /sandbox/tests ./tests
CMD ["/bin/bash"]


Expand Down

0 comments on commit f23abe8

Please sign in to comment.