uripper commited on
Commit
089ea43
·
1 Parent(s): fbc35e5

moved requirements

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .secrets
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.11
5
  WORKDIR /app
6
 
7
  # Copy the current directory contents into the container at /app
8
- COPY . ./app
9
 
10
  # Install any needed packages specified in requirements.txt
11
  RUN pip install --no-cache-dir -r requirements.txt
 
5
  WORKDIR /app
6
 
7
  # Copy the current directory contents into the container at /app
8
+ COPY . /app
9
 
10
  # Install any needed packages specified in requirements.txt
11
  RUN pip install --no-cache-dir -r requirements.txt
requirements.txt → app/requirements.txt RENAMED
File without changes