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

https://github.com/garciparedes/docker-python-deploy

Docker image with preinstalled system dependencies to deploy python packages.
https://github.com/garciparedes/docker-python-deploy

deploy docker docker-image python

Last synced: 2 months ago
JSON representation

Docker image with preinstalled system dependencies to deploy python packages.

Awesome Lists containing this project

README

          

# docker-python-deploy
Docker image with preinstalled system dependencies to deploy python packages.

## Commands

### Build

```bash
docker build --tag garciparedes/python-deploy .
```

### Run

```bash
docker run -it garciparedes/python-deploy bash
```