Fix naming of the chapter dir

This commit is contained in:
Baohua Yang
2026-02-22 12:42:15 -08:00
parent 76e10ae045
commit b62860cee6
130 changed files with 1001 additions and 852 deletions

View File

@@ -0,0 +1,5 @@
FROM python:3.12-alpine
ADD . /code
WORKDIR /code
RUN pip install redis flask
CMD ["python", "app.py"]