This image includes Python 3 and NodeJS + npm for working with a Python/Flask backend and a NodeJS frontend like Vue or React.
:3.8-10 contains Python 3.8 and NodeJS 10
To use this image for development use:
$ docker run --rm -it -h dev -v $(pwd):/app -w /app -p 5000:5000 rofrano/python-node:3.8-10 bash
This will map your current working folder as the /app folder inside the container and forward power 5000 to your computer resulting in a bash prompt like this:
root@dev:/app#
Content type
Image
Digest
Size
157.6 MB
Last updated
about 6 years ago
docker pull rofrano/python-node:3.8-10