Search Docker Hub
simplenode
By a4illusionist
A simple node application
915
FROM node:lts-alpine
WORKDIR /code
COPY . /code
RUN npm install
CMD ["npm", "start"]
Content type
Image
Digest
sha256:8099f7ac5…
Size
47.2 MB
Last updated
over 2 years ago
docker pull a4illusionist/simplenode