Sign inSign up

smilence86/node

By smilence86

Updated over 7 years ago

node10集成pinus、typescript环境

Image
0

64

smilence86/node repository overview

specify the node base image with your desired version node:

FROM node:10

replace this with your application's default port

#EXPOSE 8888

#支持中文 ENV LANG C.UTF-8

#设置时区 #RUN echo "Asia/Shanghai" > /etc/timezone #RUN dpkg-reconfigure -f noninteractive tzdata

RUN npm install -g npm -g typescript -g pinus --registry https://registry.npm.taobao.org

RUN npm install -g pinus --registry https://registry.npm.taobao.org

#RUN npm install -g pm2 --registry https://registry.npm.taobao.org &&

RUN apt update && apt install -y vim

CMD [""]

Tag summary

Content type

Image

Digest

Size

390.8 MB

Last updated

over 7 years ago

docker pull smilence86/node:v1