abdulazeezoj commited on
Commit
3aa83d4
·
1 Parent(s): 74536cf

update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM python:3.10.10
4
  WORKDIR /code
5
 
6
  # Copy Pipfile
7
- COPY Pipfile Pipfile.lock ./
8
 
9
  # Python PIP Upgrade & Install Dependencies
10
  RUN pip install --no-cache-dir --upgrade pip \
 
4
  WORKDIR /code
5
 
6
  # Copy Pipfile
7
+ COPY Pipfile ./
8
 
9
  # Python PIP Upgrade & Install Dependencies
10
  RUN pip install --no-cache-dir --upgrade pip \