3v324v23 commited on
Commit
56862ad
·
1 Parent(s): 6a9903e

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM python:3.11
2
- WORKDIR /
3
 
4
  # Copy the requirements file and install dependencies
5
  COPY ./requirements.txt /code/requirements.txt
 
1
  FROM python:3.11
2
+ WORKDIR /code
3
 
4
  # Copy the requirements file and install dependencies
5
  COPY ./requirements.txt /code/requirements.txt