go2sujeet commited on
Commit
f43168f
·
1 Parent(s): e7909ef
Files changed (1) hide show
  1. dockerfile +1 -1
dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.12.1
2
 
3
  # Set the working directory
4
- WORKDIR /app
5
 
6
  # Copy the requirements file
7
  COPY requirements.txt .
 
1
  FROM python:3.12.1
2
 
3
  # Set the working directory
4
+ WORKDIR /code
5
 
6
  # Copy the requirements file
7
  COPY requirements.txt .