Fixed Dockerfile Unicode character, added instructions in README.md
This commit is contained in:
@ -59,5 +59,5 @@ COPY --chown=appuser:appuser manage.py db.sqlite3 /app/
|
||||
# Expose the Django port
|
||||
EXPOSE 8000
|
||||
|
||||
# Run Django’s development server
|
||||
# Run Django development server
|
||||
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
|
||||
|
2
isotables/requirements.txt
Normal file
2
isotables/requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
Django==5.1.6
|
||||
bokeh==3.7.1
|
Reference in New Issue
Block a user