angeloqq commited on
Commit
ca77329
·
verified ·
1 Parent(s): d01fb75

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM python:3.9-slim
3
 
4
  # Set the working directory in the container
5
- WORKDIR /code/app
6
 
7
  # Copy the dependencies file to the working directory
8
  COPY requirements.txt .
 
2
  FROM python:3.9-slim
3
 
4
  # Set the working directory in the container
5
+ WORKDIR /
6
 
7
  # Copy the dependencies file to the working directory
8
  COPY requirements.txt .