Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dre1080/docker-node
Node.js Docker Base Image
https://github.com/dre1080/docker-node
Last synced: 9 days ago
JSON representation
Node.js Docker Base Image
- Host: GitHub
- URL: https://github.com/dre1080/docker-node
- Owner: dre1080
- Created: 2020-04-03T17:30:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T22:18:09.000Z (over 4 years ago)
- Last Synced: 2024-11-07T11:54:24.224Z (about 2 months ago)
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js Docker Base Image
[hub]: https://hub.docker.com/r/dre1080/node
- Includes [wait-for](https://github.com/Eficode/wait-for)
- `/src` as `WORKDIR`## How to use this image
```dockerfile
FROM dre1080/node
```For alpine:
```dockerfile
FROM dre1080/node:alpine
```