Add github action with latest docker version

This commit is contained in:
2021-03-26 20:30:02 +07:00
parent e15e2741c1
commit 1f96f21f62
3 changed files with 36 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
FROM docker:latest
RUN apk add bash
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]