Sign inSign up

jpksf/translate

By jpksf

Updated over 10 years ago

Image
0

208

jpksf/translate repository overview

FROM iron/node:withnpm RUN apk update && apk upgrade

RUN mkdir client COPY client client/

ADD package.json /tmp/package.json RUN cd /tmp && npm install RUN mkdir -p /opt/app && cp -a /tmp/node_modules /opt/app/

#Finally, the last thing I do is clear the cache to keep the image as small as possible RUN rm -rf /var/cache/apk/*

Tag summary

Content type

Image

Digest

Size

70.2 MB

Last updated

over 10 years ago

docker pull jpksf/translate:test