Image for nodejs and typescript apps
348
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
Content type
Image
Digest
Size
113 MB
Last updated
almost 8 years ago
docker pull artempronevskiy/nodejs_typescript