Fixed Dockerfile Unicode character, added instructions in README.md

This commit is contained in:
2025-06-05 09:25:03 +02:00
parent 7363c643a3
commit 1add69b6ed
4 changed files with 20 additions and 4 deletions

View File

@ -59,5 +59,5 @@ COPY --chown=appuser:appuser manage.py db.sqlite3 /app/
# Expose the Django port
EXPOSE 8000
# Run Djangos development server
# Run Django development server
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]

View File

@ -0,0 +1,2 @@
Django==5.1.6
bokeh==3.7.1