chore: remove local-only source artifacts

This commit is contained in:
hyunho
2026-03-30 08:53:06 +09:00
parent e50b24c25b
commit ca57a4a1e4
13 changed files with 5 additions and 2516206 deletions

View File

@@ -11,7 +11,6 @@ RUN pip install --no-cache-dir -r /app/requirements.txt
COPY backend/app /app/backend/app
COPY DashBoard-organization.html /app/legacy/DashBoard-organization.html
COPY DashBoard-organization-backup.html /app/legacy/DashBoard-organization-backup.html
COPY organization1.xlsx /app/legacy/organization1.xlsx
COPY legacy/static /app/legacy/static
EXPOSE 8000