FIX: Attemtep fix

This commit is contained in:
justgoodin 2021-06-27 01:52:58 +05:30
parent a4c149b60d
commit b351c2174a

View file

@ -19,6 +19,7 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN apt-get install -y nodejs
COPY entrypoint.sh /entrypoint.sh
RUN ["chmod", "+x", "/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]