Skip to content

Commit 76aece5

Browse files
feat(docker): add specs directory to Dockerfile
- Copy specs/ directory into the Docker image
1 parent 130129c commit 76aece5

8 files changed

Lines changed: 1 addition & 634 deletions

File tree

api/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN pip install --no-cache-dir uv && \
2222
# Copy application code
2323
COPY api/ ./api/
2424
COPY core/ ./core/
25+
COPY specs/ ./specs/
2526

2627
# Create non-root user and set permissions AFTER everything is installed
2728
RUN useradd -m -u 1000 appuser && \

plots/matplotlib/bar/bar-basic/default.py

Lines changed: 0 additions & 116 deletions
This file was deleted.
-31.5 KB
Binary file not shown.

plots/matplotlib/pie/pie-basic-labeled/default.py

Lines changed: 0 additions & 136 deletions
This file was deleted.

plots/seaborn/barplot/bar-basic/default.py

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)