wordify / README.md
Pietro Lesci
dockerize app
9608f9f
|
raw
history blame
302 Bytes
metadata
title: Wordify
emoji: 🤗
colorFrom: blue
colorTo: blue
sdk: streamlit
app_file: app.py
pinned: false

To run locally in Docker

  1. Clone this repo
  2. run make build to create image
  3. run make run to run container and serve the app at localhost:4321
  4. run make stop to stop container