FROM ephemera/default-docker
RUN apt-get install -y nodejs npm
ADD . /data/src
RUN cd /data/src; npm install
EXPOSE 3000
CMD ["nodejs", "/data/src/index.js"]
Content type
Image
Digest
sha256:e955da388…
Size
186.8 MB
Last updated
almost 11 years ago
docker pull ephemera/project