aryo100 commited on
Commit
1a75206
·
1 Parent(s): ab602ee

update docker

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.10
2
 
3
  WORKDIR /app
4
 
5
- COPY requirements.txt .
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY . .
 
2
 
3
  WORKDIR /app
4
 
5
+ COPY requirements/main.txt .
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY . .