Fixed the issue where the frontend was not copied to Docker.

This commit is contained in:
2025-11-29 03:26:21 +09:00
parent 832dbc11d5
commit c0e45dc674
2 changed files with 3 additions and 4 deletions
+1
View File
@@ -13,6 +13,7 @@ COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY app ./app
COPY frontend ./frontend
EXPOSE 8080