Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kmturley/python-appengine-node

Docker Google Cloud SDK, Python 2.7 and Node 8.x
https://github.com/kmturley/python-appengine-node

Last synced: 8 days ago
JSON representation

Docker Google Cloud SDK, Python 2.7 and Node 8.x

Awesome Lists containing this project

README

        

# python-appengine-node

Docker image for sites which need to run:

* Python 2.7
* Google Cloud SDK (latest)
* Java 8
* NodeJS 8.x
* Chrome

## Installation

docker build -t "kmturley:python-appengine-node" .

## Usage

Within your own Dockerfile:

FROM: kmturley/python-appengine-node

Within a CI pipeline:

image: kmturley/python-appengine-node

## Contact

For more information please contact kmturley