Sign inSign up

artempronevskiy/nodejs_typescript

By artempronevskiy

Updated almost 8 years ago

Image for nodejs and typescript apps

Image
0

348

artempronevskiy/nodejs_typescript repository overview

Dockerfile:

FROM ubuntu:18.04 RUN apt-get update && apt-get install -y bash gnupg gnupg2 curl RUN curl -sL https://deb.nodesource.com/setup_8.x | bash RUN apt-get install -y nodejs RUN npm install typescript -g RUN useradd -Um -s /bin/false node

Tag summary

Content type

Image

Digest

Size

113 MB

Last updated

almost 8 years ago

docker pull artempronevskiy/nodejs_typescript