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"]
|
||||
|
Reference in New Issue
Block a user