Spaces:
Sleeping
Sleeping
Trae Assistant
Initial commit: Warehouse Wave Simulator with full localization and error handling
a46db2e | FROM python:3.9-slim | |
| WORKDIR /app | |
| COPY . /app | |
| RUN pip install --no-cache-dir flask | |
| EXPOSE 7860 | |
| CMD ["python", "app.py"] | |