reshuffle

This commit is contained in:
Patrick 2024-11-23 17:00:17 +01:00
parent f944245238
commit fed3410ee6
13 changed files with 59 additions and 41 deletions

View file

@ -1,3 +1,6 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
# Copyright (c) 2024 Interstellar Development
FROM python:alpine
WORKDIR /usr/local/app
@ -10,4 +13,4 @@ RUN adduser -D app
RUN chown -R app:app ../app
USER app
CMD ["gunicorn","-w 2", "-b 0.0.0.0:5001", "wsgi:app"]
CMD ["gunicorn","-w 2", "-b 0.0.0.0:5000", "wsgi:app"]