Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 473 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 473 Bytes

Hello World

Hello World! http server written in Python with Flask

Usage

Run it locally

virtualenv -p python3 venv
source venv/bin/activate
pip install -qr requirements.txt
python3 server.py

Run it in Docker

docker run --rm -it -p 12333:12333 obol89/hello-world-http-server

Jenkinsfile

Jenkinsfile is using for Pipeline steps in Jenkins.

deployment.yaml

This file describes how container should be deployed in the GKE.