Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kmturley/python-appengine-node
- Owner: kmturley
- Created: 2018-03-22T23:43:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T00:33:04.000Z (over 5 years ago)
- Last Synced: 2024-11-13T22:25:36.584Z (2 months ago)
- Language: Dockerfile
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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