Updated nise-circleguard
This commit is contained in:
parent
7f4469c6f3
commit
4e488ab2ca
@ -22,7 +22,7 @@ RUN sed -i '238s|return \[x for x in arr if lower_limit < x < upper_limit\]|arr_
|
|||||||
|
|
||||||
COPY ./src/ ./src/
|
COPY ./src/ ./src/
|
||||||
|
|
||||||
ENV GUNICORN_CMD_ARGS="--bind=0.0.0.0:5000 --workers=6"
|
ENV GUNICORN_CMD_ARGS="--bind=0.0.0.0:5000 --workers=10"
|
||||||
|
|
||||||
# Run gunicorn with the application
|
# Run gunicorn with the application
|
||||||
CMD ["gunicorn", "--chdir", "src", "main:app"]
|
CMD ["gunicorn", "--chdir", "src", "main:app"]
|
||||||
@ -18,5 +18,3 @@ pip install -r requirements.txt
|
|||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
python src/main.py
|
python src/main.py
|
||||||
```
|
```
|
||||||
|
|
||||||
Make sure to set the `OSU_API_KEY` env variable to your osu!api v1 key.
|
|
||||||
Loading…
Reference in New Issue
Block a user