Sign inSign up

rofrano/python-node

By rofrano

Updated about 6 years ago

Image
0

61

rofrano/python-node repository overview

python-node

This image includes Python 3 and NodeJS + npm for working with a Python/Flask backend and a NodeJS frontend like Vue or React.

Tags

:3.8-10 contains Python 3.8 and NodeJS 10

Usage

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#

Tag summary

Content type

Image

Digest

Size

157.6 MB

Last updated

about 6 years ago

docker pull rofrano/python-node:3.8-10