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.
- Host: GitHub
- URL: https://github.com/garciparedes/docker-python-deploy
- Owner: garciparedes
- License: apache-2.0
- Created: 2020-04-18T20:14:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T12:05:51.000Z (over 5 years ago)
- Last Synced: 2025-01-16T02:25:32.667Z (over 1 year ago)
- Topics: deploy, docker, docker-image, python
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/garciparedes/python-deploy
- Size: 30.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```