Sign inSign up

smmhub/front-base-node

By smmhub

Updated over 8 years ago

Image
0

303

smmhub/front-base-node repository overview

Dockerfile FROM node:7

RUN mkdir -p /usr/src/app WORKDIR /usr/src/app

COPY . . #RUN yarn

RUN npm install pm2

RUN apt-get update && apt-get --yes install tzdata sed mc tar gzip

Tag summary

Content type

Image

Digest

Size

372.4 MB

Last updated

over 8 years ago

docker pull smmhub/front-base-node