Sign inSign up

whegreen/api-pkj

By whegreen

Updated about 9 years ago

Image
0

1.9K

whegreen/api-pkj repository overview

FROM node:6.9.1-slim

RUN rm -rf ./app RUN rm -rf package.json

RUN apt-get update && apt-get install -y git

WORKDIR /data

ADD boot.sh .

EXPOSE 3000 CMD ["/bin/bash", "boot.sh"]

Tag summary

Content type

Image

Digest

Size

207.4 MB

Last updated

about 9 years ago

docker pull whegreen/api-pkj