composing

This commit is contained in:
2024-10-13 17:41:54 -04:00
parent c023481303
commit 13c1eac9b7
3 changed files with 19 additions and 2 deletions

View File

@@ -11,4 +11,4 @@ WORKDIR /app/src
RUN apt-get -yq update && \
pip install --no-cache-dir -r requirements.txt
CMD [ "gunicorn", "--bind", "0.0.0.0:8080", "app:app"]
CMD [ "gunicorn", "--bind", "0.0.0.0:8080", "app:app"]