ISO-27001-Risk-Management/Dockerfile

5 lines
162 B
Text
Raw Normal View History

2025-09-05 12:02:41 +02:00
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["gunicorn", "config.wsgi:application", "--bind", "0.0.0.0:8000"]