Nitish commited on
Commit
d76dc97
·
1 Parent(s): 0b68632

fix: copy static directory in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ RUN pip install --no-cache-dir -r requirements.txt
8
 
9
  # Copy application code
10
  COPY server/ ./server/
 
11
 
12
  # Environment defaults
13
  ENV PORT=7860
 
8
 
9
  # Copy application code
10
  COPY server/ ./server/
11
+ COPY static/ ./static/
12
 
13
  # Environment defaults
14
  ENV PORT=7860