dromerosm commited on
Commit
a9a63b6
·
1 Parent(s): e66ab7a

Remove static file references from Dockerfile and technical documentation

Browse files
Files changed (2) hide show
  1. Dockerfile +0 -1
  2. TECHNICAL.md +0 -1
Dockerfile CHANGED
@@ -27,7 +27,6 @@ RUN pip install --no-cache-dir --upgrade pip && \
27
 
28
  # Copy application code
29
  COPY ./api ./api
30
- COPY ./static ./api/static
31
  COPY config.yaml .
32
 
33
  # Create non-root user for security
 
27
 
28
  # Copy application code
29
  COPY ./api ./api
 
30
  COPY config.yaml .
31
 
32
  # Create non-root user for security
TECHNICAL.md CHANGED
@@ -9,7 +9,6 @@ This document provides comprehensive technical information about the Stock Monit
9
  - [API Reference](#api-reference)
10
  - [Testing](#testing)
11
  - [Database](#database)
12
- - [Static Files](#static-files)
13
  - [Contributing](#contributing)
14
  - [Development Status](#development-status)
15
 
 
9
  - [API Reference](#api-reference)
10
  - [Testing](#testing)
11
  - [Database](#database)
 
12
  - [Contributing](#contributing)
13
  - [Development Status](#development-status)
14