Giter VIP home page Giter VIP logo

docker-node's Introduction

base

  • size: 62.4mb
node:v12.17.0
npm:6.14.4
yarn:1.22.4

build

国内地址:registry.cn-beijing.aliyuncs.com/rdmix/node-build:v1

  • size: 62.4mb
node:v12.17.0
npm:6.14.4
yarn:1.22.4

run

国内镜像:registry.cn-hongkong.aliyuncs.com/rdmix/node-base-run:v1

  • pm2:4.4.0
  • size:95.9mb
FROM registry.cn-beijing.aliyuncs.com/rdmix/node-build:v1 AS builder
COPY package.json package-lock.json ./
RUN npm install --production

FROM registry.cn-beijing.aliyuncs.com/rdmix/node-run:v1
WORKDIR /home/app
COPY --from=builder /home/app/node_modules ./node_modules
COPY . .
CMD [ "pm2-runtime", "start", "app.js" ]
国内地址:registry.cn-beijing.aliyuncs.com/rdmix/node-build:v1
国内镜像:registry.cn-beijing.aliyuncs.com/rdmix/node-run:v1

2021年03月23日

增加 sharp 上海时区 registry.cn-hongkong.aliyuncs.com/rdmix/node-base-run:v1

docker-node's People

Watchers

starkwang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.