Rzx008 commited on
Commit
8bedc99
·
verified ·
1 Parent(s): 588a323

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN ln -fs /usr/share/zoneinfo/$TZ /etc/localtime && \
21
  WORKDIR /app
22
 
23
  # Salin file requirements.txt
24
- COPY req.txt .
25
 
26
  # Install dependencies Python
27
  RUN pip install -r requirements.txt
 
21
  WORKDIR /app
22
 
23
  # Salin file requirements.txt
24
+ COPY requirements.txt .
25
 
26
  # Install dependencies Python
27
  RUN pip install -r requirements.txt