Skip to content

Commit

Permalink
Install ts in docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Vaneev <[email protected]>
  • Loading branch information
Warchant committed Oct 14, 2019
1 parent 85d72a2 commit e8ac1f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ LABEL "maintainer"="Bohdan Vanieiev <[email protected]>"

COPY entrypoint.sh /entrypoint.sh

RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
apt-get install -y nodejs

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit e8ac1f9

Please sign in to comment.