https://github.com/beevelop/docker-nodejs-python
🐍 Python 3 with Node.js 14 based on Ubuntu 20.04
https://github.com/beevelop/docker-nodejs-python
container-image docker docker-container docker-image dockerfile
Last synced: 9 months ago
JSON representation
🐍 Python 3 with Node.js 14 based on Ubuntu 20.04
- Host: GitHub
- URL: https://github.com/beevelop/docker-nodejs-python
- Owner: beevelop
- License: mit
- Created: 2015-10-05T21:11:48.000Z (over 10 years ago)
- Default Branch: latest
- Last Pushed: 2021-06-11T12:57:23.000Z (over 4 years ago)
- Last Synced: 2025-03-28T11:21:15.650Z (10 months ago)
- Topics: container-image, docker, docker-container, docker-image, dockerfile
- Language: Dockerfile
- Homepage: https://beevelop.com
- Size: 9.77 KB
- Stars: 11
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README





[](https://github.com/beevelop/docker-nodejs-python/releases)


[](https://beevelop.com)
# Node.js with Python based on [beevelop/nodejs](https://github.com/beevelop/docker-nodejs)
- npm: `6.14.12`
- Node: `v14.16.1`
- Python: `3.8.5`
### Pull, build or run this image
```bash
# pull the most recent tag / release
docker pull beevelop/nodejs-python:v2021.06.1
# or run the image interactively
docker run --rm --name beevelop -it beevelop/nodejs-python:v2021.06.1 bash
# or build the image from GitHub
docker build -t beevelop/nodejs-python github.com/beevelop/docker-base
```
### Or use as base image
```Dockerfile
FROM beevelop/nodejs-python:v2021.06.1
```
---

---
### Use tags where possible, because...
