Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renaco/dolce-winefest
Flask
https://github.com/renaco/dolce-winefest
docker python
Last synced: about 2 months ago
JSON representation
Flask
- Host: GitHub
- URL: https://github.com/renaco/dolce-winefest
- Owner: renaco
- Created: 2013-07-05T18:26:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T06:13:03.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T04:49:07.446Z (9 months ago)
- Topics: docker, python
- Language: JavaScript
- Size: 2.06 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 .
```