Search Docker Hub
node-dev
By blockmatic
NodeJS Dev Image with TypeScript and LiveReload
300
Image for docker dev
FROM blockmatic/node-dev:latest # Install app dependencies COPY package*.json ./ COPY yarn.lock ./ RUN yarn --ignore-optional --frozen-lockfile install # Bundle app source COPY . .
Content type
Image
Digest
Size
388.5 MB
Last updated
about 6 years ago
docker pull blockmatic/node-dev