typo in Dockerfile

This commit is contained in:
nocci 2025-04-29 14:32:45 +02:00
parent 277bd5a283
commit 2ea3a8059c
1 changed files with 3 additions and 0 deletions

View File

@ -879,6 +879,9 @@ RUN groupadd -g \$GID appuser && \
chown -R appuser:appuser /app
USER appuser
EXPOSE 5000
CMD ["gunicorn", "-b", "0.0.0.0:5000", "app:app"]
DOCKER_END