Updated to version 0.2

This commit is contained in:
2021-03-26 20:55:58 +07:00
parent ae83b97fa5
commit 6a07ee532e
2 changed files with 5 additions and 3 deletions

View File

@@ -2,6 +2,8 @@ FROM docker:latest
RUN apk add bash
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x ./entrypoint.sh
COPY ./entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]