Fixed entrypoint executable and updated the readme

This commit is contained in:
2021-03-29 14:08:42 +07:00
parent e604ce0b84
commit 8b7cdfe4db
2 changed files with 12 additions and 0 deletions

View File

@@ -101,6 +101,8 @@ RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
COPY entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/entrypoint.sh
ENTRYPOINT ["entrypoint.sh"]
CMD [ "node" ]