KunalThakare279 commited on
Commit
fd36cb3
·
verified ·
1 Parent(s): 9252613

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -26,9 +26,8 @@ WORKDIR /app
26
  COPY . .
27
  COPY . .env
28
 
29
- RUN
30
  # --mount=type=bind,source=requirements.txt,target=requirements.txt \
31
- python -m pip install -r requirements.txt
32
 
33
  # Expose the port that the application listens on.
34
  EXPOSE 8000
 
26
  COPY . .
27
  COPY . .env
28
 
29
+ RUN python -m pip install -r requirements.txt
30
  # --mount=type=bind,source=requirements.txt,target=requirements.txt \
 
31
 
32
  # Expose the port that the application listens on.
33
  EXPOSE 8000