Skip to content

Commit

Permalink
change workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
shriram192 committed Dec 20, 2023
1 parent 13d4c2d commit 5bab00f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM python:3.10

WORKDIR /app

COPY requirements.txt ./

RUN pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit 5bab00f

Please sign in to comment.