Sign inSign up

a4illusionist/simplenode

By a4illusionist

Updated over 2 years ago

A simple node application

Image
Web servers
0

915

a4illusionist/simplenode repository overview

FROM node:lts-alpine

WORKDIR /code

COPY . /code

RUN npm install

CMD ["npm", "start"]

Tag summary

Content type

Image

Digest

sha256:8099f7ac5

Size

47.2 MB

Last updated

over 2 years ago

docker pull a4illusionist/simplenode