Skip to content

cloud-cli/image-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python base image

This is a Python base image for Cloudy

Usage

Create a Dockerfile:

FROM ghcr.io/cloud-cli/python
ADD . /home/app

Build the app:

docker build -t app-image .
docker run --rm app-image

Zero-config

The image expects main.py to be present in /home/app to start the application

Procfile

If a Procfile is present, honcho is used to start the processes.

About

Base image for python apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages