Moxfield import

This commit is contained in:
2026-07-10 20:54:39 -05:00
parent f22df0e1d4
commit f18c0c6564
7 changed files with 416 additions and 61 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ RUN pip install --no-cache-dir \
pillow \
python-multipart
COPY main.py worker.py db.py config.py ./
COPY main.py worker.py db.py config.py moxfield.py ./
COPY routes/ routes/
COPY static/ static/