Base Docker image for Python Flask apps
Go to file
Jakub Sokołowski eba2f02795
reduce image size by using apt-get clean
Before:
```
REPOSITORY         TAG       IMAGE ID       CREATED         SIZE
sartography/node   latest    c9fde62c078f   8 seconds ago   649MB
```
After:
```
REPOSITORY         TAG       IMAGE ID       CREATED         SIZE
sartography/node   latest    ca14374b7d77   7 seconds ago   630MB
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-11-16 13:09:55 +01:00
.github/workflows push to python 3.11 w/ burnettk 2022-11-09 14:58:31 -05:00
.gitignore Adds gitignore, Travis config, Dockerfile, and deploy script. 2020-06-12 16:15:31 -04:00
Dockerfile reduce image size by using apt-get clean 2023-11-16 13:09:55 +01:00
LICENSE.md Initial commit 2020-06-12 16:08:55 -04:00
README.md Initial commit 2020-06-12 16:08:55 -04:00
deploy.sh specify the tag when pushing the image w/ burnettk 2022-05-05 15:11:16 -04:00

README.md

cr-connect-python-base