diff --git a/README.md b/README.md index 81e49ca..9822039 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ $ pip install -r requirements.txt ## Local testing with docker Make sure you edit `docker-compose.yml` with correct environment variables. -This will launch the production image and listen on port 1881. +This will launch the production image and listen on port 1881. Note that this requires rebuild to reflect any code changes. ``` $ docker-compose up --force-recreate --build -d ``` diff --git a/api/resources/prices.py b/api/resources/prices.py index ab80990..8665069 100644 --- a/api/resources/prices.py +++ b/api/resources/prices.py @@ -620,7 +620,7 @@ def list_prices_posters(market_id): width=30, height=30, market=market, - hanger=True, + hanger=False, designer=poster.product.designer, ) return jsonify(result)