1
0
mirror of synced 2026-06-27 06:00:48 +00:00

Add e2e tests for install command

This commit is contained in:
stefanprodan
2020-04-24 19:54:45 +03:00
parent 403a0f2882
commit 35163fa9eb
7 changed files with 90 additions and 9 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM giantswarm/tiny-tools
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]