forked from wiktor/spejstore-new
23 lines
298 B
Markdown
23 lines
298 B
Markdown
# spejstore
|
|
|
|
Because there is not enough general inventory software invented here yet.
|
|
Please use Python3, for the love of `$deity`...
|
|
|
|
## Usage
|
|
|
|
### Build & run
|
|
|
|
```sh
|
|
docker-compose up
|
|
```
|
|
|
|
### Rebuild
|
|
|
|
```sh
|
|
docker-compose build
|
|
```
|
|
|
|
### Troubleshooting
|
|
|
|
- https://askubuntu.com/q/615394/413683
|