Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/renaco/dolce-winefest

Flask
https://github.com/renaco/dolce-winefest

docker python

Last synced: about 2 months ago
JSON representation

Flask

Awesome Lists containing this project

README

        

# dolce-winefest
==============

Flask

1. Build docker image
```bash
$ docker build -t renaco/dolce-winefest .
```

2. Run docker image
```bash
$ docker run -t -v ./code:/usr/src/app/ renaco/dolce-winefest .
```