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

https://github.com/casualcodersprojects/docker-python-template-repo

This is a template repo that sets up automated docker builds :)
https://github.com/casualcodersprojects/docker-python-template-repo

Last synced: 5 months ago
JSON representation

This is a template repo that sets up automated docker builds :)

Awesome Lists containing this project

README

          

# docker-template-repo

note: on bottom right of vscode, set line endings from CRLF to LF

This docker template is set up to be used with python

The entry point is set to main.py

```bash
docker build . -t nameofrepo
```

run dockerfile

```bash
docker run nameofrepo
```