zeetay commited on
Commit
c3eddbf
·
1 Parent(s): 638561d

fix yml version error

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ COPY requirements.txt .
13
  RUN pip install --no-cache-dir -r requirements.txt
14
 
15
  # Copy source code
16
- COPY backend .
17
 
18
  # Expose FastAPI port
19
  EXPOSE 8000
 
13
  RUN pip install --no-cache-dir -r requirements.txt
14
 
15
  # Copy source code
16
+ COPY . .
17
 
18
  # Expose FastAPI port
19
  EXPOSE 8000