FIX: Attemtep fix
This commit is contained in:
parent
a4c149b60d
commit
b351c2174a
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
|
||||||
RUN apt-get install -y nodejs
|
RUN apt-get install -y nodejs
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
RUN ["chmod", "+x", "/entrypoint.sh"]
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue