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

https://github.com/siruku6/dash_sample


https://github.com/siruku6/dash_sample

dash docker-compose python3

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# App Name

## Overview

## Description

## Requirement

You need to install the following packages on your Host OS.

- docker
- docker-compose

## Build Environment

1. Prepare .env
```bash
$ cp .env.example .env
```

2. Prepare docker image and container
```bash
$ docker-compose build

# NOTE: Please don't run docker-compose up, but exec this shell to raise container.
$ ./container_raiser.sh
```

And then, you can access [localhost:8050](http://localhost:8050){:target="_blank"} with your browser.