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
Content type
Image
Digest
Size
372.4 MB
Last updated
over 8 years ago
docker pull smmhub/front-base-node